Searched refs:update_val_hp (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/regulator/
H A Dab8500-ext.c91 * @update_val_hp: bits to set EN pin active (LPn pin deactive)
106 u8 update_val_hp; member in struct:ab8500_ext_regulator_info
127 regval = info->update_val_hp;
209 ((regval & info->update_mask) == info->update_val_hp))
229 regval = info->update_val_hp;
276 if (info->update_val == info->update_val_hp)
351 .update_val_hp = 0x01,
369 .update_val_hp = 0x04,
387 .update_val_hp = 0x10,
412 info->update_val_hp
[all...]

Completed in 193 milliseconds