Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Daha152x.h131 #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \
132 + (GETPORT(STCNT1)<< 8) \
133 + GETPORT(STCNT0) )
290 #define GETPORT(PORT) inb( PORT ) macro