Symbol: set_gpio_bit
sound/pci/ice1712/pontis.c
317
set_gpio_bit(ice, PONTIS_CS_CLK, 0);
sound/pci/ice1712/pontis.c
319
set_gpio_bit(ice, PONTIS_CS_WDATA, data & 0x80);
sound/pci/ice1712/pontis.c
321
set_gpio_bit(ice, PONTIS_CS_CLK, 1);
sound/pci/ice1712/pontis.c
334
set_gpio_bit(ice, PONTIS_CS_CLK, 0);
sound/pci/ice1712/pontis.c
339
set_gpio_bit(ice, PONTIS_CS_CLK, 1);
sound/pci/ice1712/pontis.c
350
set_gpio_bit(ice, PONTIS_CS_CS, 0);
sound/pci/ice1712/pontis.c
355
set_gpio_bit(ice, PONTIS_CS_CS, 1);
sound/pci/ice1712/pontis.c
367
set_gpio_bit(ice, PONTIS_CS_CS, 0);
sound/pci/ice1712/pontis.c
371
set_gpio_bit(ice, PONTIS_CS_CS, 1);
sound/pci/ice1712/pontis.c
373
set_gpio_bit(ice, PONTIS_CS_CS, 0);
sound/pci/ice1712/pontis.c
377
set_gpio_bit(ice, PONTIS_CS_CS, 1);
sound/pci/ice1712/prodigy_hifi.c
160
set_gpio_bit(ice, WM8766_SPI_CLK, 0);
sound/pci/ice1712/prodigy_hifi.c
162
set_gpio_bit(ice, WM8766_SPI_MD, data & 0x8000);
sound/pci/ice1712/prodigy_hifi.c
164
set_gpio_bit(ice, WM8766_SPI_CLK, 1);
sound/pci/ice1712/prodigy_hifi.c
180
set_gpio_bit(ice, WM8766_SPI_ML, 0);
sound/pci/ice1712/prodigy_hifi.c
184
set_gpio_bit(ice, WM8766_SPI_ML, 1);
sound/pci/ice1712/prodigy_hifi.c
200
set_gpio_bit(ice, AK4396_CCLK, 0);
sound/pci/ice1712/prodigy_hifi.c
202
set_gpio_bit(ice, AK4396_CDTI, data & 0x8000);
sound/pci/ice1712/prodigy_hifi.c
204
set_gpio_bit(ice, AK4396_CCLK, 1);
sound/pci/ice1712/prodigy_hifi.c
218
set_gpio_bit(ice, AK4396_CSN, 0);
sound/pci/ice1712/prodigy_hifi.c
223
set_gpio_bit(ice, AK4396_CSN, 1);