Home | History | Annotate | Download | only in dev

Lines Matching defs:tgc

271 	printf("tgc: %08x\n", DAC_READ(sc, FFB_DAC_VALUE));
1453 uint32_t pll, pfc, ucl, dcl, tgc;
1521 tgc = 0;
1525 tgc = FFB_DAC_TGC_EQUAL_DISABLE;
1529 tgc |= FFB_DAC_TGC_VSYNC_DISABLE;
1531 tgc = FFB_DAC_TGC_EQUAL_DISABLE;
1535 tgc |= (FFB_DAC_TGC_VIDEO_ENABLE | FFB_DAC_TGC_TIMING_ENABLE |
1567 pll, pfc, ucl, dcl, tgc));
1574 DPRINTF(("ffb_set_vmode: failed to disable TGC register\n"));
1613 DAC_WRITE(sc, FFB_DAC_VALUE, tgc);
1614 DPRINTF(("new tgc: %08x\n", tgc));