OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsi_pll
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi_pll.c
109
config->
dsi_pll
.ctrl = 1 << (DSI_PLL_P1_POST_DIV_SHIFT + calc_p - 2);
110
config->
dsi_pll
.div =
139
config->
dsi_pll
.ctrl |= DSI_PLL_CLK_GATE_DSI0_DSIPLL;
142
config->
dsi_pll
.ctrl |= DSI_PLL_CLK_GATE_DSI1_DSIPLL;
144
config->
dsi_pll
.ctrl |= DSI_PLL_VCO_EN;
147
config->
dsi_pll
.div, config->
dsi_pll
.ctrl);
162
vlv_cck_write(dev_priv, CCK_REG_DSI_PLL_DIVIDER, config->
dsi_pll
.div);
164
config->
dsi_pll
.ctrl & ~DSI_PLL_VCO_EN);
171
vlv_cck_write(dev_priv, CCK_REG_DSI_PLL_CONTROL, config->
dsi_pll
.ctrl)
[
all
...]
intel_display_types.h
920
}
dsi_pll
;
member in struct:intel_crtc_state
intel_display.c
13699
PIPE_CONF_CHECK_X(
dsi_pll
.ctrl);
13700
PIPE_CONF_CHECK_X(
dsi_pll
.div);
Completed in 31 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026