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

/fuchsia/zircon/system/dev/display/astro-display/
H A Dastro-clock.cpp172 PllConfig* pll_cfg = &pll_cfg_; local
173 bool useFrac = !!pll_cfg->pll_frac;
177 (pll_cfg->pll_n << LCD_PLL_N_HPLL_G12A) |
178 (pll_cfg->pll_m << LCD_PLL_M_HPLL_G12A) |
179 (pll_cfg->pll_od1_sel << LCD_PLL_OD1_HPLL_G12A) |
180 (pll_cfg->pll_od2_sel << LCD_PLL_OD2_HPLL_G12A) |
181 (pll_cfg->pll_od3_sel << LCD_PLL_OD3_HPLL_G12A) |
185 WRITE32_REG(HHI, HHI_HDMI_PLL_CNTL1, pll_cfg->pll_frac);
387 DISP_INFO("Dumping pll_cfg structure:\n");

Completed in 77 milliseconds