Home
last modified time | relevance | path

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

/drivers/regulator/
Dlp8755.c83 static int lp8755_update_bits(struct lp8755_chip *pchip, unsigned int reg, in lp8755_update_bits() function
118 ret = lp8755_update_bits(pchip, 0x08 + id, 0x20, 0x00); in lp8755_buck_set_mode()
124 ret = lp8755_update_bits(pchip, 0x08 + id, 0x20, 0x20); in lp8755_buck_set_mode()
128 ret = lp8755_update_bits(pchip, 0x10, 0x01, 0x01); in lp8755_buck_set_mode()
138 ret = lp8755_update_bits(pchip, 0x06, 0x01 << id, regbval); in lp8755_buck_set_mode()
217 ret = lp8755_update_bits(pchip, 0x07 + id, 0x07, regval); in lp8755_buck_set_ramp()