Searched refs:HW_CONTROL_MASK (Results 1 – 1 of 1) sorted by relevance
25 #define HW_CONTROL_MASK BIT(1) macro98 u32 val = en ? HW_CONTROL_MASK : 0; in gdsc_hwctrl()100 return regmap_update_bits(sc->regmap, sc->gdscr, HW_CONTROL_MASK, val); in gdsc_hwctrl()376 mask = HW_CONTROL_MASK | SW_OVERRIDE_MASK | in gdsc_init()