Searched refs:HSW_PWR_WELL_CTL_REQ (Results 1 – 3 of 3) sorted by relevance
374 u32 req_mask = HSW_PWR_WELL_CTL_REQ(pw_idx); in hsw_power_well_requesters()449 val | HSW_PWR_WELL_CTL_REQ(pw_idx)); in hsw_power_well_enable()478 val & ~HSW_PWR_WELL_CTL_REQ(pw_idx)); in hsw_power_well_disable()495 val | HSW_PWR_WELL_CTL_REQ(pw_idx)); in icl_combo_phy_aux_power_well_enable()531 val & ~HSW_PWR_WELL_CTL_REQ(pw_idx)); in icl_combo_phy_aux_power_well_disable()624 val | HSW_PWR_WELL_CTL_REQ(power_well->desc->hsw.idx)); in icl_tc_phy_aux_power_well_enable()704 u32 mask = HSW_PWR_WELL_CTL_REQ(pw_idx) | in hsw_power_well_enabled()734 HSW_PWR_WELL_CTL_REQ(SKL_PW_CTL_IDX_PW_2), in assert_can_enable_dc9()1113 u32 mask = HSW_PWR_WELL_CTL_REQ(pw_idx); in hsw_power_well_sync_hw()
1579 HSW_PWR_WELL_CTL_REQ(HSW_PW_CTL_IDX_GLOBAL)) in power_well_ctl_mmio_write()
9760 #define HSW_PWR_WELL_CTL_REQ(pw_idx) (0x2 << ((pw_idx) * 2)) macro