tag | line | file | source code |
GETPORT | 397 | drivers/scsi/aha152x.c | GETPORT(SCSIDAT); |
GETPORT | 422 | drivers/scsi/aha152x.c | while( !( ( sstat1 = GETPORT( SSTAT1 ) ) & (BUSFREE|SCSIRSTI|REQINIT ) ) ) |
GETPORT | 437 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
GETPORT | 484 | drivers/scsi/aha152x.c | for(i=0; i<16 && GETPORT(STACK)==i; i++) |
GETPORT | 600 | drivers/scsi/aha152x.c | conf.cf_port = (GETPORT(PORTA)<<8) + GETPORT(PORTB); |
GETPORT | 1113 | drivers/scsi/aha152x.c | i = GETPORT(SELID) & ~(1 << this_host); |
GETPORT | 1122 | drivers/scsi/aha152x.c | printk("SELID=%02x, target=%d, ", GETPORT(SELID), target ); |
GETPORT | 1142 | drivers/scsi/aha152x.c | identify_msg = GETPORT(SCSIBUS); |
GETPORT | 1271 | drivers/scsi/aha152x.c | printk("SELDO (SELID=%x), ", GETPORT(SELID)); |
GETPORT | 1429 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1431 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1466 | drivers/scsi/aha152x.c | printk("FCNT=%d, STCNT=%d, ", GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 1503 | drivers/scsi/aha152x.c | current_SC->SCp.Message = GETPORT( SCSIBUS ); |
GETPORT | 1546 | drivers/scsi/aha152x.c | i=GETPORT(SCSIBUS); |
GETPORT | 1560 | drivers/scsi/aha152x.c | code = GETPORT(SCSIBUS); |
GETPORT | 1603 | drivers/scsi/aha152x.c | printk("%x ", GETPORT(SCSIBUS) ); |
GETPORT | 1605 | drivers/scsi/aha152x.c | GETPORT(SCSIBUS); |
GETPORT | 1665 | drivers/scsi/aha152x.c | current_SC->SCp.Status = GETPORT( SCSIBUS ); |
GETPORT | 1684 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1686 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1719 | drivers/scsi/aha152x.c | fifodata=GETPORT(FIFOSTAT); |
GETPORT | 1748 | drivers/scsi/aha152x.c | *current_SC->SCp.ptr++ = GETPORT( DATAPORT ); |
GETPORT | 1795 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT)); |
GETPORT | 1839 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT) ) |
GETPORT | 1841 | drivers/scsi/aha152x.c | printk("%d(%d) left in FIFO, ", GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT) ); |
GETPORT | 1895 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 1920 | drivers/scsi/aha152x.c | data_count = GETPORT(SSTAT2) & (SFULL|SFCNT); |
GETPORT | 1922 | drivers/scsi/aha152x.c | data_count += GETPORT(FIFOSTAT) ; |
GETPORT | 2060 | drivers/scsi/aha152x.c | s=GETPORT(SCSISEQ); |
GETPORT | 2073 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2104 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0); |
GETPORT | 2114 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1); |
GETPORT | 2128 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0) & GETPORT(SIMODE0); |
GETPORT | 2139 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1) & GETPORT(SIMODE1); |
GETPORT | 2153 | drivers/scsi/aha152x.c | s=GETPORT(SXFRCTL0); |
GETPORT | 2164 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2172 | drivers/scsi/aha152x.c | printk("SELID ( %02x ), ", GETPORT(SELID) ); |
GETPORT | 2176 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT2); |
GETPORT | 2184 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT4); |
GETPORT | 2191 | drivers/scsi/aha152x.c | printk("FCNT ( %d ); ", GETPORT(FIFOSTAT) ); |
GETPORT | 2194 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL0); |
GETPORT | 2208 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL1); |
GETPORT | 2216 | drivers/scsi/aha152x.c | s=GETPORT(DMASTAT); |
GETPORT | 2238 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE0); |
GETPORT | 2247 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE1); |
GETPORT | 146 | drivers/scsi/aha152x.h | #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \ |
GETPORT | 147 | drivers/scsi/aha152x.h | + (GETPORT(STCNT1)<< 8) \ |
GETPORT | 148 | drivers/scsi/aha152x.h | + GETPORT(STCNT0) ) |