Searched refs:dpll_disp (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | am335x-fb.c | 117 struct dpll_params dpll_disp = { 1, 0, 1, -1, -1, -1, -1 }; in am335xfb_init() local 177 dpll_disp.m = m; in am335xfb_init() 178 dpll_disp.n = n; in am335xfb_init() 184 __func__, err_r, dpll_disp.m, dpll_disp.n, best_d); in am335xfb_init() 185 do_setup_dpll(&dpll_disp_regs, &dpll_disp); in am335xfb_init()
|