Searched refs:peb2466_chip_gpio_update_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/sound/soc/codecs/ |
D | peb2466.c | 1691 static int peb2466_chip_gpio_update_bits(struct peb2466 *peb2466, unsigned int xr_reg, in peb2466_chip_gpio_update_bits() function 1753 ret = peb2466_chip_gpio_update_bits(peb2466, xr_reg, mask, val ? mask : 0); in peb2466_chip_gpio_set() 1860 ret = peb2466_chip_gpio_update_bits(peb2466, xr_reg, mask, 0); in peb2466_chip_direction_input() 1896 ret = peb2466_chip_gpio_update_bits(peb2466, xr_reg, mask, mask); in peb2466_chip_direction_output()
|