Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_power.c351 u32 req_mask = HSW_PWR_WELL_CTL_REQ(pw_idx); in hsw_power_well_requesters()
426 val | HSW_PWR_WELL_CTL_REQ(pw_idx)); in hsw_power_well_enable()
466 val & ~HSW_PWR_WELL_CTL_REQ(pw_idx)); in hsw_power_well_disable()
485 val | HSW_PWR_WELL_CTL_REQ(pw_idx)); in icl_combo_phy_aux_power_well_enable()
521 val & ~HSW_PWR_WELL_CTL_REQ(pw_idx)); in icl_combo_phy_aux_power_well_disable()
614 val | HSW_PWR_WELL_CTL_REQ(power_well->desc->hsw.idx)); in icl_tc_phy_aux_power_well_enable()
700 u32 mask = HSW_PWR_WELL_CTL_REQ(pw_idx) | in hsw_power_well_enabled()
730 HSW_PWR_WELL_CTL_REQ(SKL_PW_CTL_IDX_PW_2), in assert_can_enable_dc9()
1102 u32 mask = HSW_PWR_WELL_CTL_REQ(pw_idx); in hsw_power_well_sync_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1330 HSW_PWR_WELL_CTL_REQ(HSW_PW_CTL_IDX_GLOBAL)) in power_well_ctl_mmio_write()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_reg.h9553 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) macro