Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/regulator/
Dtps65910-regulator.c541 value &= BBCH_BBSEL_MASK; in tps65910_get_voltage_sel()
656 return regmap_update_bits(regmap, reg, BBCH_BBSEL_MASK, in tps65910_set_voltage_sel()
691 return regmap_update_bits(regmap, reg, BBCH_BBSEL_MASK, in tps65911_set_voltage_sel()
/linux-6.1.9/include/linux/mfd/
Dtps65910.h355 #define BBCH_BBSEL_MASK 0x06 macro