Searched refs:set_gpio_bit (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dpontis.c328 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) function
342 set_gpio_bit(ice, PONTIS_CS_CLK, 0);
344 set_gpio_bit(ice, PONTIS_CS_WDATA, data & 0x80);
346 set_gpio_bit(ice, PONTIS_CS_CLK, 1);
359 set_gpio_bit(ice, PONTIS_CS_CLK, 0);
364 set_gpio_bit(ice, PONTIS_CS_CLK, 1);
375 set_gpio_bit(ice, PONTIS_CS_CS, 0);
380 set_gpio_bit(ice, PONTIS_CS_CS, 1);
392 set_gpio_bit(ice, PONTIS_CS_CS, 0);
396 set_gpio_bit(ic
[all...]
H A Dprodigy_hifi.c157 static void set_gpio_bit(struct snd_ice1712 *ice, unsigned int bit, int val) function
175 set_gpio_bit(ice, WM8766_SPI_CLK, 0);
177 set_gpio_bit(ice, WM8766_SPI_MD, data & 0x8000);
179 set_gpio_bit(ice, WM8766_SPI_CLK, 1);
195 set_gpio_bit(ice, WM8766_SPI_ML, 0);
199 set_gpio_bit(ice, WM8766_SPI_ML, 1);
215 set_gpio_bit(ice, AK4396_CCLK, 0);
217 set_gpio_bit(ice, AK4396_CDTI, data & 0x8000);
219 set_gpio_bit(ice, AK4396_CCLK, 1);
233 set_gpio_bit(ic
[all...]

Completed in 35 milliseconds