Home
last modified time | relevance | path

Searched defs:pw_idx (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c198 #define ICL_AUX_PW_TO_CH(pw_idx) \ argument
201 #define ICL_TBT_AUX_PW_TO_CH(pw_idx) \ argument
206 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_aux_pw_to_ch() local
253 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_wait_for_power_well_enable() local
278 int pw_idx) in hsw_power_well_requesters()
296 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_wait_for_power_well_disable() local
334 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_power_well_enable() local
381 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_power_well_disable() local
398 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_combo_phy_aux_power_well_enable() local
430 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_combo_phy_aux_power_well_disable() local
[all …]
/Linux-v6.1/drivers/gpu/drm/i915/
Dvlv_sideband_reg.h67 #define PUNIT_PWRGT_MASK(pw_idx) (3 << ((pw_idx) * 2)) argument
68 #define PUNIT_PWRGT_PWR_ON(pw_idx) (0 << ((pw_idx) * 2)) argument
69 #define PUNIT_PWRGT_CLK_GATE(pw_idx) (1 << ((pw_idx) * 2)) argument
70 #define PUNIT_PWRGT_RESET(pw_idx) (2 << ((pw_idx) * 2)) argument
71 #define PUNIT_PWRGT_PWR_GATE(pw_idx) (3 << ((pw_idx) * 2)) argument
Di915_reg.h6703 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) argument
6704 #define HSW_PWR_WELL_CTL_STATE(pw_idx) (0x1 << ((pw_idx) * 2)) argument
6803 #define SKL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
6809 #define ICL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
6813 #define _ICL_AUX_REG_IDX(pw_idx) ((pw_idx) - ICL_PW_CTL_IDX_AUX_A) argument
6816 #define ICL_AUX_ANAOVRD1(pw_idx) _MMIO(_PICK(_ICL_AUX_REG_IDX(pw_idx), \ argument