Searched refs:set_gpio_bit (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/sound/pci/ice1712/ | 
| D | pontis.c | 313 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val)  in set_gpio_bit()  function327 		set_gpio_bit(ice, PONTIS_CS_CLK, 0);  in spi_send_byte()
 329 		set_gpio_bit(ice, PONTIS_CS_WDATA, data & 0x80);  in spi_send_byte()
 331 		set_gpio_bit(ice, PONTIS_CS_CLK, 1);  in spi_send_byte()
 344 		set_gpio_bit(ice, PONTIS_CS_CLK, 0);  in spi_read_byte()
 349 		set_gpio_bit(ice, PONTIS_CS_CLK, 1);  in spi_read_byte()
 360 	set_gpio_bit(ice, PONTIS_CS_CS, 0);  in spi_write()
 365 	set_gpio_bit(ice, PONTIS_CS_CS, 1);  in spi_write()
 377 	set_gpio_bit(ice, PONTIS_CS_CS, 0);  in spi_read()
 381 	set_gpio_bit(ice, PONTIS_CS_CS, 1);  in spi_read()
 [all …]
 
 | 
| D | prodigy_hifi.c | 142 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val)  in set_gpio_bit()  function160 		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()
 [all …]
 
 |