Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_runtime_pm.c455 val = I915_READ(ICL_PORT_CL_DW12(port)); in icl_combo_phy_aux_power_well_enable()
456 I915_WRITE(ICL_PORT_CL_DW12(port), val | ICL_LANE_ENABLE_AUX); in icl_combo_phy_aux_power_well_enable()
469 val = I915_READ(ICL_PORT_CL_DW12(port)); in icl_combo_phy_aux_power_well_disable()
470 I915_WRITE(ICL_PORT_CL_DW12(port), val & ~ICL_LANE_ENABLE_AUX); in icl_combo_phy_aux_power_well_disable()
Di915_reg.h1759 #define ICL_PORT_CL_DW12(port) _MMIO_PORT((port), \ macro