Searched refs:lp8755_update_bits (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
H A D | lp8755.c | 81 *lp8755_update_bits : set the values of bit fields in lp8755 register. 87 static int lp8755_update_bits(struct lp8755_chip *pchip, unsigned int reg, lp8755_update_bits() function 122 ret = lp8755_update_bits(pchip, 0x08 + id, 0x20, 0x00); lp8755_buck_set_mode() 128 ret = lp8755_update_bits(pchip, 0x08 + id, 0x20, 0x20); lp8755_buck_set_mode() 132 ret = lp8755_update_bits(pchip, 0x10, 0x01, 0x01); lp8755_buck_set_mode() 142 ret = lp8755_update_bits(pchip, 0x06, 0x01 << id, regbval); lp8755_buck_set_mode() 221 ret = lp8755_update_bits(pchip, 0x07 + id, 0x07, regval); lp8755_buck_set_ramp()
|
Completed in 45 milliseconds