Searched refs:set_gpio_bit (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/pci/ice1712/ |
D | pontis.c | 327 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit() function 341 set_gpio_bit(ice, PONTIS_CS_CLK, 0); in spi_send_byte() 343 set_gpio_bit(ice, PONTIS_CS_WDATA, data & 0x80); in spi_send_byte() 345 set_gpio_bit(ice, PONTIS_CS_CLK, 1); in spi_send_byte() 358 set_gpio_bit(ice, PONTIS_CS_CLK, 0); in spi_read_byte() 363 set_gpio_bit(ice, PONTIS_CS_CLK, 1); in spi_read_byte() 374 set_gpio_bit(ice, PONTIS_CS_CS, 0); in spi_write() 379 set_gpio_bit(ice, PONTIS_CS_CS, 1); in spi_write() 391 set_gpio_bit(ice, PONTIS_CS_CS, 0); in spi_read() 395 set_gpio_bit(ice, PONTIS_CS_CS, 1); in spi_read() [all …]
|
D | prodigy_hifi.c | 156 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) in set_gpio_bit() function 174 set_gpio_bit(ice, WM8766_SPI_CLK, 0); in wm8766_spi_send_word() 176 set_gpio_bit(ice, WM8766_SPI_MD, data & 0x8000); in wm8766_spi_send_word() 178 set_gpio_bit(ice, WM8766_SPI_CLK, 1); in wm8766_spi_send_word() 194 set_gpio_bit(ice, WM8766_SPI_ML, 0); in wm8766_spi_write() 198 set_gpio_bit(ice, WM8766_SPI_ML, 1); in wm8766_spi_write() 214 set_gpio_bit(ice, AK4396_CCLK, 0); in ak4396_send_word() 216 set_gpio_bit(ice, AK4396_CDTI, data & 0x8000); in ak4396_send_word() 218 set_gpio_bit(ice, AK4396_CCLK, 1); in ak4396_send_word() 232 set_gpio_bit(ice, AK4396_CSN, 0); in ak4396_write() [all …]
|