Home
last modified time | relevance | path

Searched refs:ICL_PORT_COMP_DW0 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_combo_phy.c187 return I915_READ(ICL_PORT_COMP_DW0(phy)) & COMP_INIT; in icl_combo_phy_enabled()
191 (I915_READ(ICL_PORT_COMP_DW0(phy)) & COMP_INIT); in icl_combo_phy_enabled()
336 val = I915_READ(ICL_PORT_COMP_DW0(phy)); in icl_combo_phys_init()
338 I915_WRITE(ICL_PORT_COMP_DW0(phy), val); in icl_combo_phys_init()
371 val = I915_READ(ICL_PORT_COMP_DW0(phy)); in icl_combo_phys_uninit()
373 I915_WRITE(ICL_PORT_COMP_DW0(phy), val); in icl_combo_phys_uninit()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h1797 #define ICL_PORT_COMP_DW0(phy) _MMIO(_ICL_PORT_COMP_DW(0, phy)) macro