Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dtps65910-regulator.c546 value &= BBCH_BBSEL_MASK; in tps65910_get_voltage_sel()
660 return tps65910_reg_update_bits(pmic->mfd, reg, BBCH_BBSEL_MASK, in tps65910_set_voltage_sel()
694 return tps65910_reg_update_bits(pmic->mfd, reg, BBCH_BBSEL_MASK, in tps65911_set_voltage_sel()
/linux-4.4.14/include/linux/mfd/
Dtps65910.h359 #define BBCH_BBSEL_MASK 0x06 macro