Searched refs:HW_CONTROL_MASK (Results 1 – 1 of 1) sorted by relevance
26 #define HW_CONTROL_MASK BIT(1) macro99 u32 val = en ? HW_CONTROL_MASK : 0; in gdsc_hwctrl()101 return regmap_update_bits(sc->regmap, sc->gdscr, HW_CONTROL_MASK, val); in gdsc_hwctrl()426 return !!(val & HW_CONTROL_MASK); in gdsc_get_hwmode()439 mask = HW_CONTROL_MASK | SW_OVERRIDE_MASK | in gdsc_init()