Symbol: intel_dkl_phy_read
sys/dev/pci/drm/i915/display/intel_ddi.c
2159
if (ln0 != intel_dkl_phy_read(display, DKL_DP_MODE(tc_port, 0)))
sys/dev/pci/drm/i915/display/intel_ddi.c
2161
if (ln1 != intel_dkl_phy_read(display, DKL_DP_MODE(tc_port, 1)))
sys/dev/pci/drm/i915/display/intel_ddi.c
2183
ln0 = intel_dkl_phy_read(display, DKL_DP_MODE(tc_port, 0));
sys/dev/pci/drm/i915/display/intel_ddi.c
2184
ln1 = intel_dkl_phy_read(display, DKL_DP_MODE(tc_port, 1));
sys/dev/pci/drm/i915/display/intel_display_power_well.c
559
ret = poll_timeout_us(val = intel_dkl_phy_read(display, DKL_CMN_UC_DW_27(tc_port)),
sys/dev/pci/drm/i915/display/intel_dkl_phy.h
17
intel_dkl_phy_read(struct intel_display *display, struct intel_dkl_phy_reg reg);
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3639
hw_state->mg_refclkin_ctl = intel_dkl_phy_read(display,
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3644
intel_dkl_phy_read(display, DKL_CLKTOP2_HSCLKCTL(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3652
intel_dkl_phy_read(display, DKL_CLKTOP2_CORECLKCTL1(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3656
hw_state->mg_pll_div0 = intel_dkl_phy_read(display, DKL_PLL_DIV0(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3662
hw_state->mg_pll_div1 = intel_dkl_phy_read(display, DKL_PLL_DIV1(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3666
hw_state->mg_pll_ssc = intel_dkl_phy_read(display, DKL_PLL_SSC(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3672
hw_state->mg_pll_bias = intel_dkl_phy_read(display, DKL_PLL_BIAS(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3677
intel_dkl_phy_read(display, DKL_PLL_TDC_COLDST_BIAS(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3861
val = intel_dkl_phy_read(display, DKL_REFCLKIN_CTL(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3866
val = intel_dkl_phy_read(display, DKL_CLKTOP2_CORECLKCTL1(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3871
val = intel_dkl_phy_read(display, DKL_CLKTOP2_HSCLKCTL(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3885
val = intel_dkl_phy_read(display, DKL_PLL_DIV1(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3891
val = intel_dkl_phy_read(display, DKL_PLL_SSC(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3899
val = intel_dkl_phy_read(display, DKL_PLL_BIAS(tc_port));
sys/dev/pci/drm/i915/display/intel_dpll_mgr.c
3905
val = intel_dkl_phy_read(display, DKL_PLL_TDC_COLDST_BIAS(tc_port));