Searched refs:GETPORT (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.c838 GETPORT(REV) & 0x7,
1469 rev = GETPORT(REV);
1470 dmacntrl0 = GETPORT(DMACNTRL0);
1774 selid = GETPORT(SELID) & ~(1 << shpnt->this_id);
1802 int sstat1 = GETPORT(SSTAT1);
1812 ADDMSGI(GETPORT(SCSIDAT));
1977 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) {
2124 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT);
2189 fifodata = GETPORT(FIFOSTAT);
2202 *CURRENT_SC->SCp.ptr++ = GETPORT(DATAPOR
[all...]
H A Daha152x.h130 #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \
131 + (GETPORT(STCNT1)<< 8) \
132 + GETPORT(STCNT0) )
289 #define GETPORT(PORT) inb( PORT ) macro

Completed in 52 milliseconds