tag | line | file | source code |
GETPORT | 468 | drivers/scsi/aha152x.c | GETPORT(SCSIDAT); |
GETPORT | 493 | drivers/scsi/aha152x.c | while( !( ( sstat1 = GETPORT( SSTAT1 ) ) & (BUSFREE|SCSIRSTI|REQINIT ) ) ) |
GETPORT | 508 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
GETPORT | 556 | drivers/scsi/aha152x.c | for(i=0; i<16 && GETPORT(STACK)==i; i++) |
GETPORT | 689 | drivers/scsi/aha152x.c | conf.cf_port = (GETPORT(PORTA)<<8) + GETPORT(PORTB); |
GETPORT | 1272 | drivers/scsi/aha152x.c | i = GETPORT(SELID) & ~(1 << this_host); |
GETPORT | 1282 | drivers/scsi/aha152x.c | printk("SELID=%02x, target=%d, ", GETPORT(SELID), target ); |
GETPORT | 1302 | drivers/scsi/aha152x.c | identify_msg = GETPORT(SCSIBUS); |
GETPORT | 1441 | drivers/scsi/aha152x.c | printk("SELDO (SELID=%x), ", GETPORT(SELID)); |
GETPORT | 1606 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1608 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1647 | drivers/scsi/aha152x.c | printk("FCNT=%d, STCNT=%d, ", GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 1702 | drivers/scsi/aha152x.c | current_SC->SCp.Message = GETPORT( SCSIBUS ); |
GETPORT | 1750 | drivers/scsi/aha152x.c | i=GETPORT(SCSIBUS); |
GETPORT | 1761 | drivers/scsi/aha152x.c | code = GETPORT(SCSIBUS); |
GETPORT | 1811 | drivers/scsi/aha152x.c | printk("%x ", GETPORT(SCSIBUS) ); |
GETPORT | 1813 | drivers/scsi/aha152x.c | GETPORT(SCSIBUS); |
GETPORT | 1877 | drivers/scsi/aha152x.c | current_SC->SCp.Status = GETPORT( SCSIBUS ); |
GETPORT | 1900 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1902 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1928 | drivers/scsi/aha152x.c | fifodata=GETPORT(FIFOSTAT); |
GETPORT | 1936 | drivers/scsi/aha152x.c | fifodata=GETPORT(FIFOSTAT); |
GETPORT | 1968 | drivers/scsi/aha152x.c | *current_SC->SCp.ptr++ = GETPORT( DATAPORT ); |
GETPORT | 2016 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT)); |
GETPORT | 2020 | drivers/scsi/aha152x.c | printk("%2x ", GETPORT( DATAPORT )); |
GETPORT | 2069 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT) ) |
GETPORT | 2071 | drivers/scsi/aha152x.c | printk("%d(%d) left in FIFO, ", GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT) ); |
GETPORT | 2128 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 2153 | drivers/scsi/aha152x.c | data_count = GETPORT(SSTAT2) & (SFULL|SFCNT); |
GETPORT | 2155 | drivers/scsi/aha152x.c | data_count += GETPORT(FIFOSTAT) ; |
GETPORT | 2301 | drivers/scsi/aha152x.c | s=GETPORT(SCSISEQ); |
GETPORT | 2314 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2345 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0); |
GETPORT | 2355 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1); |
GETPORT | 2369 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0) & GETPORT(SIMODE0); |
GETPORT | 2380 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1) & GETPORT(SIMODE1); |
GETPORT | 2394 | drivers/scsi/aha152x.c | s=GETPORT(SXFRCTL0); |
GETPORT | 2405 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2413 | drivers/scsi/aha152x.c | printk("SELID ( %02x ), ", GETPORT(SELID) ); |
GETPORT | 2417 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT2); |
GETPORT | 2425 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT4); |
GETPORT | 2432 | drivers/scsi/aha152x.c | printk("FCNT ( %d ); ", GETPORT(FIFOSTAT) ); |
GETPORT | 2435 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL0); |
GETPORT | 2449 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL1); |
GETPORT | 2457 | drivers/scsi/aha152x.c | s=GETPORT(DMASTAT); |
GETPORT | 2479 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE0); |
GETPORT | 2488 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE1); |
GETPORT | 155 | drivers/scsi/aha152x.h | #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \ |
GETPORT | 156 | drivers/scsi/aha152x.h | + (GETPORT(STCNT1)<< 8) \ |
GETPORT | 157 | drivers/scsi/aha152x.h | + GETPORT(STCNT0) ) |