Searched refs:ICL_PORT_CL_DW12 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_combo_phy_regs.h | 48 #define ICL_PORT_CL_DW12(phy) _MMIO(_ICL_PORT_CL_DW(12, phy)) macro
|
H A D | intel_display_power_well.c | 418 intel_de_rmw(dev_priv, ICL_PORT_CL_DW12(phy), in icl_combo_phy_aux_power_well_enable() 440 intel_de_rmw(dev_priv, ICL_PORT_CL_DW12(phy), ICL_LANE_ENABLE_AUX, 0); in icl_combo_phy_aux_power_well_disable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power.c | 488 val = intel_de_read(dev_priv, ICL_PORT_CL_DW12(phy)); in icl_combo_phy_aux_power_well_enable() 489 intel_de_write(dev_priv, ICL_PORT_CL_DW12(phy), in icl_combo_phy_aux_power_well_enable() 515 val = intel_de_read(dev_priv, ICL_PORT_CL_DW12(phy)); in icl_combo_phy_aux_power_well_disable() 516 intel_de_write(dev_priv, ICL_PORT_CL_DW12(phy), in icl_combo_phy_aux_power_well_disable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 1905 #define ICL_PORT_CL_DW12(phy) _MMIO(_ICL_PORT_CL_DW(12, phy)) macro
|
Completed in 47 milliseconds