Symbol: hpll
drivers/clk/aspeed/clk-aspeed.c
588
u32 val, div, clkin, hpll;
drivers/clk/aspeed/clk-aspeed.c
603
hpll = hpll_rates[1][rate];
drivers/clk/aspeed/clk-aspeed.c
606
hpll = hpll_rates[0][rate];
drivers/clk/aspeed/clk-aspeed.c
609
hpll = hpll_rates[0][rate];
drivers/clk/aspeed/clk-aspeed.c
624
hpll * 1000000);
drivers/clk/rockchip/clk-rk3562.c
134
[hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
drivers/clk/rockchip/clk-rk3568.c
324
[hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
drivers/clk/rockchip/clk-rv1126.c
206
[hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
drivers/gpu/drm/i915/display/i9xx_wm.c
1177
wm_state->hpll.cursor = USHRT_MAX;
drivers/gpu/drm/i915/display/i9xx_wm.c
1178
wm_state->hpll.plane = USHRT_MAX;
drivers/gpu/drm/i915/display/i9xx_wm.c
1179
wm_state->hpll.fbc = USHRT_MAX;
drivers/gpu/drm/i915/display/i9xx_wm.c
1194
wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL))
drivers/gpu/drm/i915/display/i9xx_wm.c
1233
wm_state->hpll.plane = raw->plane[PLANE_PRIMARY];
drivers/gpu/drm/i915/display/i9xx_wm.c
1234
wm_state->hpll.cursor = raw->plane[PLANE_CURSOR];
drivers/gpu/drm/i915/display/i9xx_wm.c
1235
wm_state->hpll.fbc = raw->fbc;
drivers/gpu/drm/i915/display/i9xx_wm.c
1332
intermediate->hpll.plane = max(optimal->hpll.plane,
drivers/gpu/drm/i915/display/i9xx_wm.c
1333
active->hpll.plane);
drivers/gpu/drm/i915/display/i9xx_wm.c
1334
intermediate->hpll.cursor = max(optimal->hpll.cursor,
drivers/gpu/drm/i915/display/i9xx_wm.c
1335
active->hpll.cursor);
drivers/gpu/drm/i915/display/i9xx_wm.c
1336
intermediate->hpll.fbc = max(optimal->hpll.fbc,
drivers/gpu/drm/i915/display/i9xx_wm.c
1337
active->hpll.fbc);
drivers/gpu/drm/i915/display/i9xx_wm.c
1356
intermediate->hpll.fbc > g4x_fbc_fifo_size(2) &&
drivers/gpu/drm/i915/display/i9xx_wm.c
1426
wm->hpll = wm_state->hpll;
drivers/gpu/drm/i915/display/i9xx_wm.c
3678
wm->hpll.fbc = _FW_WM(tmp, FBC_HPLL_SR);
drivers/gpu/drm/i915/display/i9xx_wm.c
3686
wm->hpll.cursor = _FW_WM(tmp, HPLL_CURSOR);
drivers/gpu/drm/i915/display/i9xx_wm.c
3687
wm->hpll.plane = _FW_WM(tmp, HPLL_SR);
drivers/gpu/drm/i915/display/i9xx_wm.c
3789
active->hpll = wm->hpll;
drivers/gpu/drm/i915/display/i9xx_wm.c
3823
raw->plane[PLANE_PRIMARY] = active->hpll.plane;
drivers/gpu/drm/i915/display/i9xx_wm.c
3824
raw->plane[PLANE_CURSOR] = active->hpll.cursor;
drivers/gpu/drm/i915/display/i9xx_wm.c
3826
raw->fbc = active->hpll.fbc;
drivers/gpu/drm/i915/display/i9xx_wm.c
3853
wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc);
drivers/gpu/drm/i915/display/i9xx_wm.c
822
FW_WM(wm->hpll.fbc, FBC_HPLL_SR) |
drivers/gpu/drm/i915/display/i9xx_wm.c
829
FW_WM(wm->hpll.cursor, HPLL_CURSOR) |
drivers/gpu/drm/i915/display/i9xx_wm.c
830
FW_WM(wm->hpll.plane, HPLL_SR));
drivers/gpu/drm/i915/display/intel_display_trace.h
279
__field(bool, hpll)
drivers/gpu/drm/i915/display/intel_display_trace.h
294
__entry->hpll_plane = wm->hpll.plane;
drivers/gpu/drm/i915/display/intel_display_trace.h
295
__entry->hpll_cursor = wm->hpll.cursor;
drivers/gpu/drm/i915/display/intel_display_trace.h
296
__entry->hpll_fbc = wm->hpll.fbc;
drivers/gpu/drm/i915/display/intel_display_trace.h
298
__entry->hpll = wm->hpll_en;
drivers/gpu/drm/i915/display/intel_display_trace.h
307
str_yes_no(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,
drivers/gpu/drm/i915/display/intel_display_types.h
889
struct g4x_sr_wm hpll;
drivers/gpu/drm/i915/display/intel_wm_types.h
52
struct g4x_sr_wm hpll;
drivers/gpu/drm/omapdrm/dss/hdmi.h
321
void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
130
struct hdmi_pll_data *hpll)
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
132
struct dss_pll *pll = &hpll->pll;
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
144
pll->base = hpll->base;
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
147
if (hpll->wp->version == 4)
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
182
void hdmi_pll_uninit(struct hdmi_pll_data *hpll)
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c
184
struct dss_pll *pll = &hpll->pll;
drivers/video/fbdev/omap2/omapfb/dss/hdmi.h
303
void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
172
static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
174
struct dss_pll *pll = &hpll->pll;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
185
pll->base = hpll->base;
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
230
void hdmi_pll_uninit(struct hdmi_pll_data *hpll)
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
232
struct dss_pll *pll = &hpll->pll;