Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-as3722.c231 ret = as3722_update_bits(as_pci->as3722, gpio_cntr_reg, in as3722_pinctrl_set()
246 ret = as3722_update_bits(as_pci->as3722, gpio_cntr_reg, in as3722_pinctrl_set()
309 return as3722_update_bits(as3722, AS3722_GPIOn_CONTROL_REG(offset), in as3722_pinctrl_gpio_set_direction()
497 ret = as3722_update_bits(as3722, AS3722_GPIO_SIGNAL_OUT_REG, in as3722_gpio_set()
/linux/drivers/mfd/
H A Das3722.c235 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/rtc/
H A Drtc-as3722.c182 ret = as3722_update_bits(as3722, AS3722_RTC_CONTROL_REG, in as3722_rtc_probe()
/linux/include/linux/mfd/
H A Das3722.h408 static inline int as3722_update_bits(struct as3722 *as3722, u32 reg, in as3722_update_bits() function