Home
last modified time | relevance | path

Searched refs:HSW_PWR_WELL_CTL_STATE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c279 HSW_PWR_WELL_CTL_STATE(pw_idx), timeout)) { in hsw_wait_for_power_well_enable()
322 HSW_PWR_WELL_CTL_STATE(pw_idx))) || in hsw_wait_for_power_well_disable()
590 HSW_PWR_WELL_CTL_STATE(pw_idx); in hsw_power_well_enabled()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1583 HSW_PWR_WELL_CTL_STATE(HSW_PW_CTL_IDX_GLOBAL); in power_well_ctl_mmio_write()
1586 ~HSW_PWR_WELL_CTL_STATE(HSW_PW_CTL_IDX_GLOBAL); in power_well_ctl_mmio_write()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h5495 #define HSW_PWR_WELL_CTL_STATE(pw_idx) (0x1 << ((pw_idx) * 2)) macro