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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu1.c401 unsigned long gcfg, tcfg; local in function:gu1_video_shutdown
421 tcfg = READ_REG32(DC_TIMING_CFG);
425 tcfg &= ~((unsigned long)DC_TCFG_BLKE | (unsigned long)DC_TCFG_TGEN);
426 WRITE_REG32(DC_TIMING_CFG, tcfg);
491 unsigned long gcfg, tcfg, ocfg; local in function:gu1_set_specified_mode
527 tcfg = READ_REG32(DC_TIMING_CFG);
531 tcfg &= ~((unsigned long)DC_TCFG_BLKE | (unsigned long)DC_TCFG_TGEN);
532 WRITE_REG32(DC_TIMING_CFG, tcfg);
652 tcfg = DC_TCFG_FPPE | DC_TCFG_HSYE | DC_TCFG_VSYE | DC_TCFG_BLKE |
707 tcfg |
968 unsigned long unlock, tcfg, timing1, timing2; local in function:gu1_set_vtotal
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu1.c185 unsigned long gcfg, tcfg; local in function:gu1_video_shutdown
201 tcfg = READ_REG32(DC_TIMING_CFG);
204 tcfg &= ~((unsigned long) DC_TCFG_BLKE | (unsigned long) DC_TCFG_TGEN);
205 WRITE_REG32(DC_TIMING_CFG, tcfg);
266 unsigned long gcfg, tcfg, ocfg; local in function:gu1_set_specified_mode
295 tcfg = READ_REG32(DC_TIMING_CFG);
298 tcfg &= ~((unsigned long) DC_TCFG_BLKE | (unsigned long) DC_TCFG_TGEN);
299 WRITE_REG32(DC_TIMING_CFG, tcfg);
396 tcfg = DC_TCFG_FPPE | DC_TCFG_HSYE | DC_TCFG_VSYE | DC_TCFG_BLKE |
454 tcfg |
703 unsigned long unlock, tcfg, timing1, timing2; local in function:gu1_set_vtotal
[all...]

Completed in 4 milliseconds