Searched refs:gfx_outd (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Ddora9211.c339 gfx_outd(0x9030, pm_value);
355 gfx_outd(DRD_CSP9211OUT, value | DRD_CS9211);
364 gfx_outd(DRD_CSP9211OUT, value & (~DRD_CS9211));
373 gfx_outd(DRD_DATAOUTP9211OUT, value | DRD_DATAIN9211);
382 gfx_outd(DRD_DATAOUTP9211OUT, value & (~DRD_DATAIN9211));
414 gfx_outd(DRD_CLOCKP9211OUT, value | DRD_CLOCK9211);
423 gfx_outd(DRD_CLOCKP9211OUT, value & (~DRD_CLOCK9211));
432 gfx_outd((DRD_GEODE_GPIO_BASE + DRD_GEODE_GPPIN_SEL), DRD_CLOCK9211CFG);
433 gfx_outd((DRD_GEODE_GPIO_BASE + DRD_GEODE_GPPIN_CFG), 3);
435 gfx_outd((DRD_GEODE_GPIO_BAS
[all...]
H A Dpanel.h179 extern void gfx_outd(unsigned short port, unsigned long data);
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Ddora9211.c231 gfx_outd(0x9030, pm_value);
247 gfx_outd(DRD_CSP9211OUT, value | DRD_CS9211);
256 gfx_outd(DRD_CSP9211OUT, value & (~DRD_CS9211));
265 gfx_outd(DRD_DATAOUTP9211OUT, value | DRD_DATAIN9211);
274 gfx_outd(DRD_DATAOUTP9211OUT, value & (~DRD_DATAIN9211));
306 gfx_outd(DRD_CLOCKP9211OUT, value | DRD_CLOCK9211);
315 gfx_outd(DRD_CLOCKP9211OUT, value & (~DRD_CLOCK9211));
324 gfx_outd((DRD_GEODE_GPIO_BASE + DRD_GEODE_GPPIN_SEL), DRD_CLOCK9211CFG);
325 gfx_outd((DRD_GEODE_GPIO_BASE + DRD_GEODE_GPPIN_CFG), 3);
327 gfx_outd((DRD_GEODE_GPIO_BAS
[all...]
H A Dpanel.h68 extern void gfx_outd(unsigned short port, unsigned long data);
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Ddurango.c440 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
522 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
542 void gfx_outd(unsigned short port, unsigned long data);
575 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
650 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
662 #define OUTD(port, data) gfx_outd(port, data)
H A Dnsc.h221 extern void gfx_outd(unsigned short port, unsigned long data);
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Ddurango.c114 void gfx_outd(unsigned short, unsigned long);
147 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
H A Dgeode.h152 extern void gfx_outd(unsigned short port, unsigned long data);
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddurango.c432 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
516 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
557 gfx_outd(unsigned short port, unsigned long data) function in typeref:typename:void
568 #define OUTD(port, data) gfx_outd(port, data)

Completed in 14 milliseconds