Searched refs:OutPortByte (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/video/sis/ |
D | osdef.h | 58 #ifdef OutPortByte 59 #undef OutPortByte 97 #define OutPortByte(p,v) outb((u8)(v),(SISIOADDRESS)(p)) macro 114 #define OutPortByte(p,v) outb((IOADDRESS)(p),(CARD8)(v)) macro
|
D | init.c | 1169 OutPortByte(port,index); in SiS_SetReg() 1170 OutPortByte(port + 1,data); in SiS_SetReg() 1176 OutPortByte(port,data); in SiS_SetRegByte() 1194 OutPortByte(port,index); in SiS_GetReg() 3097 OutPortByte(port, 0); 3100 OutPortByte(port, 0);
|