Searched refs:PUNIT_PWRGT_MASK (Results 1 – 2 of 2) sorted by relevance
1299 mask = PUNIT_PWRGT_MASK(pw_idx); in vlv_set_power_well()1349 mask = PUNIT_PWRGT_MASK(pw_idx); in vlv_power_well_enabled()
1284 #define PUNIT_PWRGT_MASK(pw_idx) (3 << ((pw_idx) * 2)) macro