Lines Matching refs:set_gpio_bit
142 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit() function
160 set_gpio_bit(ice, WM8766_SPI_CLK, 0); in wm8766_spi_send_word()
162 set_gpio_bit(ice, WM8766_SPI_MD, data & 0x8000); in wm8766_spi_send_word()
164 set_gpio_bit(ice, WM8766_SPI_CLK, 1); in wm8766_spi_send_word()
180 set_gpio_bit(ice, WM8766_SPI_ML, 0); in wm8766_spi_write()
184 set_gpio_bit(ice, WM8766_SPI_ML, 1); in wm8766_spi_write()
200 set_gpio_bit(ice, AK4396_CCLK, 0); in ak4396_send_word()
202 set_gpio_bit(ice, AK4396_CDTI, data & 0x8000); in ak4396_send_word()
204 set_gpio_bit(ice, AK4396_CCLK, 1); in ak4396_send_word()
218 set_gpio_bit(ice, AK4396_CSN, 0); in ak4396_write()
223 set_gpio_bit(ice, AK4396_CSN, 1); in ak4396_write()