Home
last modified time | relevance | path

Searched refs:update_val_lp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/regulator/
H A Dab8500-ext.c93 * @update_val_lp: bits to set EN pin active and LPn pin active
107 u8 update_val_lp; member
208 if (((regval & info->update_mask) == info->update_val_lp) || in ab8500_ext_regulator_is_enabled()
232 regval = info->update_val_lp; in ab8500_ext_regulator_set_mode()
278 else if (info->update_val == info->update_val_lp) in ab8500_ext_regulator_get_mode()
352 .update_val_lp = 0x03,
370 .update_val_lp = 0x0c,
388 .update_val_lp = 0x30,
413 info->update_val_lp = 0x10; in ab8500_ext_regulator_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dab8500-ext.c488 * @update_val_lp: bits to set EN pin active and LPn pin active
502 u8 update_val_lp; member
603 if (((regval & info->update_mask) == info->update_val_lp) || in ab8500_ext_regulator_is_enabled()
627 regval = info->update_val_lp; in ab8500_ext_regulator_set_mode()
673 else if (info->update_val == info->update_val_lp) in ab8500_ext_regulator_get_mode()
747 .update_val_lp = 0x03,
765 .update_val_lp = 0x0c,
783 .update_val_lp = 0x30,
815 info->update_val_lp = 0x10; in ab8500_ext_regulator_probe()

Completed in 4 milliseconds