Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_pll.c130 struct hdmi_pll_data *hpll) in hdmi_init_pll_data() argument
132 struct dss_pll *pll = &hpll->pll; in hdmi_init_pll_data()
144 pll->base = hpll->base; in hdmi_init_pll_data()
147 if (hpll->wp->version == 4) in hdmi_init_pll_data()
182 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument
184 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
H A Dhdmi.h321 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_pll.c172 static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll) in dsi_init_pll_data() argument
174 struct dss_pll *pll = &hpll->pll; in dsi_init_pll_data()
185 pll->base = hpll->base; in dsi_init_pll_data()
230 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument
232 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
H A Dhdmi.h303 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
/openbmc/qemu/hw/misc/
H A Daspeed_scu.c265 uint32_t hpll = asc->calc_hpll(s, s->regs[HPLL_PARAM]); in aspeed_2400_scu_get_apb_freq() local
267 return hpll / (SCU_CLK_GET_PCLK_DIV(s->regs[CLK_SEL]) + 1) in aspeed_2400_scu_get_apb_freq()
274 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_2600_scu_get_apb_freq() local
276 return hpll / (SCU_CLK_GET_PCLK_DIV(s->regs[AST2600_CLK_SEL]) + 1) in aspeed_2600_scu_get_apb_freq()
283 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_1030_scu_get_apb_freq() local
285 return hpll / (SCU_AST1030_CLK_GET_PCLK_DIV(s->regs[AST2600_CLK_SEL4]) + 1) in aspeed_1030_scu_get_apb_freq()
292 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2700_SCU_HPLL_PARAM]); in aspeed_2700_scu_get_apb_freq() local
294 return hpll / (SCU_CLK_GET_PCLK_DIV(s->regs[AST2700_SCU_CLK_SEL_1]) + 1) in aspeed_2700_scu_get_apb_freq()
301 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2700_SCUIO_HPLL_PARAM]); in aspeed_2700_scuio_get_apb_freq() local
303 return hpll / in aspeed_2700_scuio_get_apb_freq()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c727 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values()
734 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values()
735 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values()
1082 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1083 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1084 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1099 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en()
1138 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in _g4x_compute_pipe_wm()
1139 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in _g4x_compute_pipe_wm()
1140 wm_state->hpll.fbc = raw->fbc; in _g4x_compute_pipe_wm()
[all …]
H A Dintel_display_trace.h207 __field(bool, hpll)
222 __entry->hpll_plane = wm->hpll.plane;
223 __entry->hpll_cursor = wm->hpll.cursor;
224 __entry->hpll_fbc = wm->hpll.fbc;
226 __entry->hpll = wm->hpll_en;
235 str_yes_no(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,
H A Dintel_wm_types.h52 struct g4x_sr_wm hpll; member
H A Dintel_display_types.h900 struct g4x_sr_wm hpll; member
H A Dintel_display.c158 int hpll; in vlv_get_cck_clock_hpll() local
165 hpll = vlv_get_cck_clock(dev_priv, name, reg, dev_priv->hpll_freq); in vlv_get_cck_clock_hpll()
169 return hpll; in vlv_get_cck_clock_hpll()
/openbmc/linux/drivers/clk/
H A Dclk-aspeed.c586 u32 val, div, clkin, hpll; in aspeed_ast2400_cc() local
601 hpll = hpll_rates[1][rate]; in aspeed_ast2400_cc()
604 hpll = hpll_rates[0][rate]; in aspeed_ast2400_cc()
607 hpll = hpll_rates[0][rate]; in aspeed_ast2400_cc()
622 hpll * 1000000); in aspeed_ast2400_cc()
/openbmc/linux/drivers/clk/rockchip/
H A Dclk-rv1126.c28 apll, dpll, cpll, hpll, enumerator
206 [hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
H A Dclk-rk3568.c19 ppll, hpll, enumerator
317 [hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,