tag | line | file | source code |
GETPORT | 465 | drivers/scsi/aha152x.c | GETPORT(SCSIDAT); |
GETPORT | 490 | drivers/scsi/aha152x.c | while( !( ( sstat1 = GETPORT( SSTAT1 ) ) & (BUSFREE|SCSIRSTI|REQINIT ) ) ) |
GETPORT | 505 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
GETPORT | 553 | drivers/scsi/aha152x.c | for(i=0; i<16 && GETPORT(STACK)==i; i++) |
GETPORT | 686 | drivers/scsi/aha152x.c | conf.cf_port = (GETPORT(PORTA)<<8) + GETPORT(PORTB); |
GETPORT | 1269 | drivers/scsi/aha152x.c | i = GETPORT(SELID) & ~(1 << this_host); |
GETPORT | 1279 | drivers/scsi/aha152x.c | printk("SELID=%02x, target=%d, ", GETPORT(SELID), target ); |
GETPORT | 1299 | drivers/scsi/aha152x.c | identify_msg = GETPORT(SCSIBUS); |
GETPORT | 1438 | drivers/scsi/aha152x.c | printk("SELDO (SELID=%x), ", GETPORT(SELID)); |
GETPORT | 1603 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1605 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1644 | drivers/scsi/aha152x.c | printk("FCNT=%d, STCNT=%d, ", GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 1699 | drivers/scsi/aha152x.c | current_SC->SCp.Message = GETPORT( SCSIBUS ); |
GETPORT | 1747 | drivers/scsi/aha152x.c | i=GETPORT(SCSIBUS); |
GETPORT | 1758 | drivers/scsi/aha152x.c | code = GETPORT(SCSIBUS); |
GETPORT | 1808 | drivers/scsi/aha152x.c | printk("%x ", GETPORT(SCSIBUS) ); |
GETPORT | 1810 | drivers/scsi/aha152x.c | GETPORT(SCSIBUS); |
GETPORT | 1874 | drivers/scsi/aha152x.c | current_SC->SCp.Status = GETPORT( SCSIBUS ); |
GETPORT | 1897 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT)) |
GETPORT | 1899 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT)); |
GETPORT | 1925 | drivers/scsi/aha152x.c | fifodata=GETPORT(FIFOSTAT); |
GETPORT | 1933 | drivers/scsi/aha152x.c | fifodata=GETPORT(FIFOSTAT); |
GETPORT | 1965 | drivers/scsi/aha152x.c | *current_SC->SCp.ptr++ = GETPORT( DATAPORT ); |
GETPORT | 2013 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT)); |
GETPORT | 2017 | drivers/scsi/aha152x.c | printk("%2x ", GETPORT( DATAPORT )); |
GETPORT | 2066 | drivers/scsi/aha152x.c | if(GETPORT(FIFOSTAT) || GETPORT(SSTAT2) & (SFULL|SFCNT) ) |
GETPORT | 2068 | drivers/scsi/aha152x.c | printk("%d(%d) left in FIFO, ", GETPORT(FIFOSTAT), GETPORT(SSTAT2) & (SFULL|SFCNT) ); |
GETPORT | 2125 | drivers/scsi/aha152x.c | GETPORT(FIFOSTAT), GETSTCNT() ); |
GETPORT | 2150 | drivers/scsi/aha152x.c | data_count = GETPORT(SSTAT2) & (SFULL|SFCNT); |
GETPORT | 2152 | drivers/scsi/aha152x.c | data_count += GETPORT(FIFOSTAT) ; |
GETPORT | 2298 | drivers/scsi/aha152x.c | s=GETPORT(SCSISEQ); |
GETPORT | 2311 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2342 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0); |
GETPORT | 2352 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1); |
GETPORT | 2366 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT0) & GETPORT(SIMODE0); |
GETPORT | 2377 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT1) & GETPORT(SIMODE1); |
GETPORT | 2391 | drivers/scsi/aha152x.c | s=GETPORT(SXFRCTL0); |
GETPORT | 2402 | drivers/scsi/aha152x.c | s=GETPORT(SCSISIG); |
GETPORT | 2410 | drivers/scsi/aha152x.c | printk("SELID ( %02x ), ", GETPORT(SELID) ); |
GETPORT | 2414 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT2); |
GETPORT | 2422 | drivers/scsi/aha152x.c | s=GETPORT(SSTAT4); |
GETPORT | 2429 | drivers/scsi/aha152x.c | printk("FCNT ( %d ); ", GETPORT(FIFOSTAT) ); |
GETPORT | 2432 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL0); |
GETPORT | 2446 | drivers/scsi/aha152x.c | s=GETPORT(DMACNTRL1); |
GETPORT | 2454 | drivers/scsi/aha152x.c | s=GETPORT(DMASTAT); |
GETPORT | 2476 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE0); |
GETPORT | 2485 | drivers/scsi/aha152x.c | s=GETPORT(SIMODE1); |
GETPORT | 152 | drivers/scsi/aha152x.h | #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \ |
GETPORT | 153 | drivers/scsi/aha152x.h | + (GETPORT(STCNT1)<< 8) \ |
GETPORT | 154 | drivers/scsi/aha152x.h | + GETPORT(STCNT0) ) |