GETPORT 776 drivers/scsi/aha152x.c GETPORT(REV) & 0x7, GETPORT 1329 drivers/scsi/aha152x.c rev = GETPORT(REV); GETPORT 1330 drivers/scsi/aha152x.c dmacntrl0 = GETPORT(DMACNTRL0); GETPORT 1598 drivers/scsi/aha152x.c selid = GETPORT(SELID) & ~(1 << shpnt->this_id); GETPORT 1639 drivers/scsi/aha152x.c int sstat1 = GETPORT(SSTAT1); GETPORT 1647 drivers/scsi/aha152x.c ADDMSGI(GETPORT(SCSIDAT)); GETPORT 1817 drivers/scsi/aha152x.c if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) GETPORT 1934 drivers/scsi/aha152x.c CURRENT_SC->SCp.Status = GETPORT(SCSIDAT); GETPORT 1992 drivers/scsi/aha152x.c fifodata = GETPORT(FIFOSTAT); GETPORT 2004 drivers/scsi/aha152x.c *CURRENT_SC->SCp.ptr++ = GETPORT(DATAPORT); GETPORT 2030 drivers/scsi/aha152x.c fifodata, GETPORT(FIFOSTAT)); GETPORT 2034 drivers/scsi/aha152x.c data=GETPORT(DATAPORT); GETPORT 2045 drivers/scsi/aha152x.c GETPORT(FIFOSTAT)>0) { GETPORT 2059 drivers/scsi/aha152x.c GETPORT(FIFOSTAT)); GETPORT 2104 drivers/scsi/aha152x.c GETPORT(FIFOSTAT)); GETPORT 2181 drivers/scsi/aha152x.c unsigned int stat0 = GETPORT(SSTAT0); GETPORT 2182 drivers/scsi/aha152x.c unsigned int stat1 = GETPORT(SSTAT1); GETPORT 2204 drivers/scsi/aha152x.c switch(GETPORT(SCSISIG) & P_MASK) { GETPORT 2334 drivers/scsi/aha152x.c SETPORT(SCSISIG, GETPORT(SCSISIG) & P_MASK); GETPORT 2411 drivers/scsi/aha152x.c s0 = GETPORT(SIMODE0); GETPORT 2412 drivers/scsi/aha152x.c s1 = GETPORT(SIMODE1); GETPORT 2520 drivers/scsi/aha152x.c s = GETPORT(SCSISEQ); GETPORT 2541 drivers/scsi/aha152x.c s = GETPORT(SCSISIG); GETPORT 2571 drivers/scsi/aha152x.c s = GETPORT(SSTAT0); GETPORT 2589 drivers/scsi/aha152x.c s = GETPORT(SSTAT1); GETPORT 2611 drivers/scsi/aha152x.c s = GETPORT(SSTAT0) & GETPORT(SIMODE0); GETPORT 2630 drivers/scsi/aha152x.c s = GETPORT(SSTAT1) & GETPORT(SIMODE1); GETPORT 2652 drivers/scsi/aha152x.c s = GETPORT(SXFRCTL0); GETPORT 2669 drivers/scsi/aha152x.c s = GETPORT(SCSISIG); GETPORT 2682 drivers/scsi/aha152x.c seq_printf(m, "SELID(%02x), ", GETPORT(SELID)); GETPORT 2688 drivers/scsi/aha152x.c s = GETPORT(SSTAT2); GETPORT 2697 drivers/scsi/aha152x.c s = GETPORT(SSTAT3); GETPORT 2701 drivers/scsi/aha152x.c s = GETPORT(SSTAT4); GETPORT 2711 drivers/scsi/aha152x.c s = GETPORT(DMACNTRL0); GETPORT 2726 drivers/scsi/aha152x.c s = GETPORT(DMASTAT); GETPORT 2739 drivers/scsi/aha152x.c s = GETPORT(SIMODE0); GETPORT 2755 drivers/scsi/aha152x.c s = GETPORT(SIMODE1); GETPORT 2993 drivers/scsi/aha152x.c for (i = 0; i < 16 && GETPORT(io_port + O_STACK) == i; i++) GETPORT 3008 drivers/scsi/aha152x.c for (i = 0; i < 16 && GETPORT(io_port + O_TC_STACK) == i; i++) GETPORT 3278 drivers/scsi/aha152x.c (GETPORT(ports[i] + O_PORTA) << 8) + GETPORT(ports[i] + O_PORTB); GETPORT 3283 drivers/scsi/aha152x.c (GETPORT(ports[i] + O_TC_PORTA) << 8) + GETPORT(ports[i] + O_TC_PORTB); GETPORT 131 drivers/scsi/aha152x.h #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \ GETPORT 132 drivers/scsi/aha152x.h + (GETPORT(STCNT1)<< 8) \ GETPORT 133 drivers/scsi/aha152x.h + GETPORT(STCNT0) )