Searched refs:PWR_ON_MASK (Results 1 – 2 of 2) sorted by relevance
25 #define PWR_ON_MASK BIT(31) macro54 return !!(val & PWR_ON_MASK); in gdsc_is_enabled()61 u32 check = en ? PWR_ON_MASK : 0; in gdsc_toggle_logic()74 if ((val & PWR_ON_MASK) == check) in gdsc_toggle_logic()82 if ((val & PWR_ON_MASK) == check) in gdsc_toggle_logic()
50 #define PWR_ON_MASK 0xf macro