Searched refs:GETPORT (Results 1 – 1 of 1) sorted by relevance
131 #define GETSTCNT() ( (GETPORT(STCNT2)<<16) \132 + (GETPORT(STCNT1)<< 8) \133 + GETPORT(STCNT0) )290 #define GETPORT(PORT) inb( PORT ) macro