Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_power.c296 int pw_idx = power_well->desc->hsw.idx; in hsw_wait_for_power_well_enable() local
311 int pw_idx) in hsw_power_well_requesters()
329 int pw_idx = power_well->desc->hsw.idx; in hsw_wait_for_power_well_disable() local
365 int pw_idx = power_well->desc->hsw.idx; in hsw_power_well_enable() local
409 int pw_idx = power_well->desc->hsw.idx; in hsw_power_well_disable() local
420 #define ICL_AUX_PW_TO_PHY(pw_idx) ((pw_idx) - ICL_PW_CTL_IDX_AUX_A) argument
427 int pw_idx = power_well->desc->hsw.idx; in icl_combo_phy_aux_power_well_enable() local
457 int pw_idx = power_well->desc->hsw.idx; in icl_combo_phy_aux_power_well_disable() local
472 #define ICL_AUX_PW_TO_CH(pw_idx) \ argument
475 #define ICL_TBT_AUX_PW_TO_CH(pw_idx) \ argument
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_reg.h1264 #define PUNIT_PWRGT_MASK(pw_idx) (3 << ((pw_idx) * 2)) argument
1265 #define PUNIT_PWRGT_PWR_ON(pw_idx) (0 << ((pw_idx) * 2)) argument
1266 #define PUNIT_PWRGT_CLK_GATE(pw_idx) (1 << ((pw_idx) * 2)) argument
1267 #define PUNIT_PWRGT_RESET(pw_idx) (2 << ((pw_idx) * 2)) argument
1268 #define PUNIT_PWRGT_PWR_GATE(pw_idx) (3 << ((pw_idx) * 2)) argument
9315 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) argument
9316 #define HSW_PWR_WELL_CTL_STATE(pw_idx) (0x1 << ((pw_idx) * 2)) argument
9408 #define SKL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
9414 #define ICL_PW_CTL_IDX_TO_PG(pw_idx) \ argument
9418 #define _CNL_AUX_REG_IDX(pw_idx) ((pw_idx) - GLK_PW_CTL_IDX_AUX_B) argument
[all …]