Home
last modified time | relevance | path

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

/linux/drivers/regulator/
A Dtps65910-regulator.c403 LDO_ST_MODE_BIT | LDO_ST_ON_BIT, in tps65910_set_mode()
404 LDO_ST_ON_BIT); in tps65910_set_mode()
407 LDO_ST_ON_BIT | LDO_ST_MODE_BIT); in tps65910_set_mode()
409 return regmap_clear_bits(regmap, reg, LDO_ST_ON_BIT); in tps65910_set_mode()
429 if (!(value & LDO_ST_ON_BIT)) in tps65910_get_mode()
/linux/include/linux/mfd/
A Dtps65910.h274 #define LDO_ST_ON_BIT 0x01 macro

Completed in 12 milliseconds