Searched refs:DRD_CLOCK9211 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Ddora9211.h168 #define DRD_CLOCK9211 0x00000080 /*;gpio 7, clock output to 9211 */ macro
H A Ddora9211.c414 gfx_outd(DRD_CLOCKP9211OUT, value | DRD_CLOCK9211);
423 gfx_outd(DRD_CLOCKP9211OUT, value & (~DRD_CLOCK9211));
445 value &= ~(DRD_CS9211 | DRD_CLOCK9211 | DRD_DATAIN9211);
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Ddora9211.h64 #define DRD_CLOCK9211 0x00000080 /* gpio 7, clock output to 9211 */ macro
H A Ddora9211.c306 gfx_outd(DRD_CLOCKP9211OUT, value | DRD_CLOCK9211);
315 gfx_outd(DRD_CLOCKP9211OUT, value & (~DRD_CLOCK9211));
337 value &= ~(DRD_CS9211 | DRD_CLOCK9211 | DRD_DATAIN9211);

Completed in 13 milliseconds