Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dtps65910-regulator.c408 LDO_ST_MODE_BIT | LDO_ST_ON_BIT, in tps65910_set_mode()
409 LDO_ST_ON_BIT); in tps65910_set_mode()
411 value = LDO_ST_ON_BIT | LDO_ST_MODE_BIT; in tps65910_set_mode()
414 return tps65910_reg_clear_bits(mfd, reg, LDO_ST_ON_BIT); in tps65910_set_mode()
433 if (!(value & LDO_ST_ON_BIT)) in tps65910_get_mode()
/linux-4.19.296/include/linux/mfd/
Dtps65910.h279 #define LDO_ST_ON_BIT 0x01 macro