Searched refs:HSW_PWR_WELL_CTL_REQ (Results 1 – 3 of 3) sorted by relevance
351 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()
1330 HSW_PWR_WELL_CTL_REQ(HSW_PW_CTL_IDX_GLOBAL)) in power_well_ctl_mmio_write()
9553 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) macro