Searched refs:as3722_update_bits (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/pinctrl/ |
H A D | pinctrl-as3722.c | 232 ret = as3722_update_bits(as_pci->as3722, gpio_cntr_reg, in as3722_pinctrl_set() 247 ret = as3722_update_bits(as_pci->as3722, gpio_cntr_reg, in as3722_pinctrl_set() 310 return as3722_update_bits(as3722, AS3722_GPIOn_CONTROL_REG(offset), in as3722_pinctrl_gpio_set_direction() 496 ret = as3722_update_bits(as3722, AS3722_GPIO_SIGNAL_OUT_REG, in as3722_gpio_set()
|
/linux/drivers/power/reset/ |
H A D | as3722-poweroff.c | 27 ret = as3722_update_bits(as3722_pm_poweroff->as3722, in as3722_pm_power_off()
|
/linux/drivers/mfd/ |
H A D | as3722.c | 235 ret = as3722_update_bits(as3722, AS3722_IOVOLTAGE_REG, in as3722_configure_pullups() 382 ret = as3722_update_bits(as3722, AS3722_CTRL_SEQU1_REG, in as3722_i2c_probe()
|
/linux/drivers/regulator/ |
H A D | as3722-regulator.c | 336 return as3722_update_bits(as3722, in as3722_ldo3_set_tracking_mode() 465 ret = as3722_update_bits(as3722, as3722_reg_lookup[id].control_reg, in as3722_sd_set_mode() 555 ret = as3722_update_bits(as3722_regs->as3722, in as3722_extreg_init()
|
/linux/drivers/rtc/ |
H A D | rtc-as3722.c | 182 ret = as3722_update_bits(as3722, AS3722_RTC_CONTROL_REG, in as3722_rtc_probe()
|
/linux/include/linux/mfd/ |
H A D | as3722.h | 408 static inline int as3722_update_bits(struct as3722 *as3722, u32 reg, in as3722_update_bits() function
|