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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c838 GETPORT(REV) & 0x7,
1435 rev = GETPORT(REV);
1436 dmacntrl0 = GETPORT(DMACNTRL0);
1730 selid = GETPORT(SELID) & ~(1 << shpnt->this_id);
1758 int sstat1 = GETPORT(SSTAT1);
1768 ADDMSGI(GETPORT(SCSIDAT));
1933 if (MSGOLEN > 0 && !(GETPORT(SSTAT1) & BUSFREE)) {
2080 CURRENT_SC->SCp.Status = GETPORT(SCSIDAT);
2146 fifodata = GETPORT(FIFOSTAT);
2159 *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 67 milliseconds