Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps65910-regulator.c403 LDO_ST_MODE_BIT | LDO_ST_ON_BIT, in tps65910_set_mode()
407 LDO_ST_ON_BIT | LDO_ST_MODE_BIT); in tps65910_set_mode()
431 else if (value & LDO_ST_MODE_BIT) in tps65910_get_mode()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps65910.h275 #define LDO_ST_MODE_BIT 0x02 macro