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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dosdef.h61 #ifdef OutPortByte
62 #undef OutPortByte macro
104 #define OutPortByte(p,v) outb((u8)(v),(SISIOADDRESS)(p)) macro
123 #define OutPortByte(p,v) outSISREG((IOADDRESS)(p),(CARD8)(v)) macro
H A Dinit.c877 OutPortByte(port, index);
878 OutPortByte(port + 1, data);
884 OutPortByte(port, data);
902 OutPortByte(port, index);

Completed in 84 milliseconds