Home
last modified time | relevance | path

Searched refs:BBCH_BBSEL_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/regulator/
H A Dtps65910-regulator.c540 value &= BBCH_BBSEL_MASK; in tps65910_get_voltage_sel()
655 return regmap_update_bits(regmap, reg, BBCH_BBSEL_MASK, in tps65910_set_voltage_sel()
690 return regmap_update_bits(regmap, reg, BBCH_BBSEL_MASK, in tps65911_set_voltage_sel()
/linux/include/linux/mfd/
H A Dtps65910.h355 #define BBCH_BBSEL_MASK 0x06 macro