Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c202 #define ICL_AUX_PW_TO_CH(pw_idx) \ argument
205 #define ICL_TBT_AUX_PW_TO_CH(pw_idx) \ argument
210 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_aux_pw_to_ch() local
264 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_wait_for_power_well_enable() local
290 int pw_idx) in hsw_power_well_requesters()
308 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_wait_for_power_well_disable() local
346 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_power_well_enable() local
390 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in hsw_power_well_disable() local
417 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_combo_phy_aux_power_well_enable() local
443 int pw_idx = i915_power_well_instance(power_well)->hsw.idx; in icl_combo_phy_aux_power_well_disable() local
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A 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
H A Di915_reg.h5494 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) argument
5495 #define HSW_PWR_WELL_CTL_STATE(pw_idx) (0x1 << ((pw_idx) * 2)) argument
5594 #define SKL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
5600 #define ICL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
5604 #define _ICL_AUX_REG_IDX(pw_idx) ((pw_idx) - ICL_PW_CTL_IDX_AUX_A) argument
5607 #define ICL_AUX_ANAOVRD1(pw_idx) _MMIO(_PICK(_ICL_AUX_REG_IDX(pw_idx), \ argument