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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dosdef.h62 #ifdef OutPortByte
63 #undef OutPortByte
113 #define OutPortByte(p,v) outb((u8)(v),(unsigned long)(p)) macro
132 #define OutPortByte(p,v) outSISREG((unsigned long)(p),(CARD8)(v)) macro
H A Dinit.c882 OutPortByte(port, index);
883 OutPortByte(port + 1, data);
889 OutPortByte(port, data);
907 OutPortByte(port, index);

Completed in 6 milliseconds