Searched refs:set_gpio_bit (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/pci/ice1712/ |
| H A D | pontis.c | 303 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit() function 317 set_gpio_bit(ice, PONTIS_CS_CLK, 0); in spi_send_byte() 319 set_gpio_bit(ice, PONTIS_CS_WDATA, data & 0x80); in spi_send_byte() 321 set_gpio_bit(ice, PONTIS_CS_CLK, 1); in spi_send_byte() 334 set_gpio_bit(ice, PONTIS_CS_CLK, 0); in spi_read_byte() 339 set_gpio_bit(ice, PONTIS_CS_CLK, 1); in spi_read_byte() 350 set_gpio_bit(ice, PONTIS_CS_CS, 0); in spi_write() 355 set_gpio_bit(ice, PONTIS_CS_CS, 1); in spi_write() 367 set_gpio_bit(ice, PONTIS_CS_CS, 0); in spi_read() 371 set_gpio_bit(ice, PONTIS_CS_CS, 1); in spi_read() [all …]
|
| H A D | prodigy_hifi.c | 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() [all …]
|