Searched refs:PWR_ON_MASK (Results 1 – 2 of 2) sorted by relevance
18 #define PWR_ON_MASK BIT(31) macro79 return !!(val & PWR_ON_MASK); in gdsc_check_status()81 return !(val & PWR_ON_MASK); in gdsc_check_status()
46 #define PWR_ON_MASK 0xf macro