Home
last modified time | relevance | path

Searched refs:CNL_PORT_COMP_DW3 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_ddi.c707 u32 voltage = I915_READ(CNL_PORT_COMP_DW3) & VOLTAGE_INFO_MASK; in cnl_get_buf_trans_hdmi()
728 u32 voltage = I915_READ(CNL_PORT_COMP_DW3) & VOLTAGE_INFO_MASK; in cnl_get_buf_trans_dp()
749 u32 voltage = I915_READ(CNL_PORT_COMP_DW3) & VOLTAGE_INFO_MASK; in cnl_get_buf_trans_edp()
H A Dintel_runtime_pm.c2755 val = I915_READ(CNL_PORT_COMP_DW3); in cnl_set_procmon_ref_values()
H A Dintel_dp.c238 voltage = I915_READ(CNL_PORT_COMP_DW3) & VOLTAGE_INFO_MASK; in intel_dp_set_source_rates()
H A Di915_reg.h2056 #define CNL_PORT_COMP_DW3 _MMIO(0x16210c) macro