Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sis/
Dosdef.h70 #ifdef InPortByte
71 #undef InPortByte
100 #define InPortByte(p) inb((SISIOADDRESS)(p)) macro
117 #define InPortByte(p) inb((IOADDRESS)(p)) macro
Dinit.c1195 return(InPortByte(port + 1)); in SiS_GetReg()
1201 return(InPortByte(port)); in SiS_GetRegByte()