tag | line | file | source code |
GETPORT | 429 | drivers/scsi/aha152x.c | GETPORT(SCSIDAT); |
GETPORT | 454 | drivers/scsi/aha152x.c | while( !( ( sstat1 = GETPORT( SSTAT1 ) ) & (BUSFREE|SCSIRSTI|REQINIT ) ) ) |
GETPORT | 469 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
GETPORT | 514 | drivers/scsi/aha152x.c | for(i=0; i<16 && GETPORT(STACK)==i; i++) |
GETPORT | 623 | drivers/scsi/aha152x.c | conf.cf_port = (GETPORT(PORTA)<<8) + GETPORT(PORTB); |
GETPORT | 1163 | drivers/scsi/aha152x.c | i = GETPORT(SELID) & ~(1 << this_host); |
GETPORT | 1172 | drivers/scsi/aha152x.c | printk("SELID=%02x, target=%d, ", GETPORT(SELID), target ); |
GETPORT | 1192 | drivers/scsi/aha152x.c | identify_msg = GETPORT(SCSIBUS); |
GETPORT | 1321 | drivers/scsi/aha152x.c | printk("SELDO (SELID=%x), ", GETPORT(SELID)); |
GETPORT | 1479 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1481 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1516 | drivers/scsi/aha152x.c | printk("FCNT=%d, STCNT=%d, ", GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 1553 | drivers/scsi/aha152x.c | current_SC->SCp.Message = GETPORT( SCSIBUS ); |
GETPORT | 1596 | drivers/scsi/aha152x.c | i=GETPORT(SCSIBUS); |
GETPORT | 1610 | drivers/scsi/aha152x.c | code = GETPORT(SCSIBUS); |
GETPORT | 1653 | drivers/scsi/aha152x.c | printk("%x ", GETPORT(SCSIBUS) ); |
GETPORT | 1655 | drivers/scsi/aha152x.c | GETPORT(SCSIBUS); |
GETPORT | 1715 | drivers/scsi/aha152x.c | current_SC->SCp.Status = GETPORT( SCSIBUS ); |
GETPORT | 1734 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1736 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1761 | drivers/scsi/aha152x.c | fifodata=GETPORT(FIFOSTAT); |
GETPORT | 1769 | drivers/scsi/aha152x.c | fifodata=GETPORT(FIFOSTAT); |
GETPORT | 1798 | drivers/scsi/aha152x.c | *current_SC->SCp.ptr++ = GETPORT( DATAPORT ); |
GETPORT | 1845 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT)); |
GETPORT | 1849 | drivers/scsi/aha152x.c | printk("%2x ", GETPORT( DATAPORT )); |
GETPORT | 1894 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT) ) |
GETPORT | 1896 | drivers/scsi/aha152x.c | printk("%d(%d) left in FIFO, ", GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT) ); |
GETPORT | 1950 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 1975 | drivers/scsi/aha152x.c | data_count = GETPORT(SSTAT2) & (SFULL|SFCNT); |
GETPORT | 1977 | drivers/scsi/aha152x.c | data_count += GETPORT(FIFOSTAT) ; |
GETPORT | 2115 | drivers/scsi/aha152x.c | s=GETPORT(SCSISEQ); |
GETPORT | 2128 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2159 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0); |
GETPORT | 2169 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1); |
GETPORT | 2183 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0) & GETPORT(SIMODE0); |
GETPORT | 2194 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1) & GETPORT(SIMODE1); |
GETPORT | 2208 | drivers/scsi/aha152x.c | s=GETPORT(SXFRCTL0); |
GETPORT | 2219 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2227 | drivers/scsi/aha152x.c | printk("SELID ( %02x ), ", GETPORT(SELID) ); |
GETPORT | 2231 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT2); |
GETPORT | 2239 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT4); |
GETPORT | 2246 | drivers/scsi/aha152x.c | printk("FCNT ( %d ); ", GETPORT(FIFOSTAT) ); |
GETPORT | 2249 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL0); |
GETPORT | 2263 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL1); |
GETPORT | 2271 | drivers/scsi/aha152x.c | s=GETPORT(DMASTAT); |
GETPORT | 2293 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE0); |
GETPORT | 2302 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE1); |
GETPORT | 151 | drivers/scsi/aha152x.h | #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \ |
GETPORT | 152 | drivers/scsi/aha152x.h | + (GETPORT(STCNT1)<< 8) \ |
GETPORT | 153 | drivers/scsi/aha152x.h | + GETPORT(STCNT0) ) |