Searched refs:cim_outb (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_defs.h632 #define OUTB(port, data) cim_outb(port, data)
634 cim_outb(unsigned short port, unsigned char data) function in typeref:typename:void
733 #define OUTB(port) cim_outb(port)
734 void cim_outb(unsigned short port, unsigned char data);
736 cim_outb(unsigned short port, unsigned char data) function in typeref:typename:void
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode.h123 extern void cim_outb(unsigned short port, unsigned char data);
H A Dlx_driver.c799 cim_outb(DC3_SEQUENCER_INDEX, DC3_SEQUENCER_CLK_MODE);
802 cim_outb(DC3_SEQUENCER_DATA, sequencer);
810 cim_outb(DC3_SEQUENCER_DATA, sequencer);

Completed in 5 milliseconds