Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dab8500-ext.c107 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()