Home
last modified time | relevance | path

Searched refs:gfx_timings (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dsstfb.c1611 struct pll_timing gfx_timings; in sst_init() local
1665 sst_calc_pll(sst_info->gfx_clock, &Fout, &gfx_timings); in sst_init()
1666 sst_info->dac_sw.set_pll(sst_info, &gfx_timings, GFX_CLOCK); in sst_init()
1711 struct pll_timing gfx_timings; in sst_shutdown() local
1724 sst_calc_pll(20000, &Fout, &gfx_timings); in sst_shutdown()
1725 sst_info->dac_sw.set_pll(sst_info, &gfx_timings, GFX_CLOCK); in sst_shutdown()