Home
last modified time | relevance | path

Searched refs:GPIO (Results 1 – 8 of 8) sorted by relevance

/sound/pci/ctxfi/
Dcthw20k1.c1411 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_reset_dac()
1413 hw_write_20kx(hw, GPIO, gpioorg); in hw_reset_dac()
1415 hw_write_20kx(hw, GPIO, gpioorg | 0x2); in hw_reset_dac()
1434 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_dac_init()
1437 hw_write_20kx(hw, GPIO, gpioorg); in hw_dac_init()
1442 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_dac_init()
1444 hw_write_20kx(hw, GPIO, gpioorg); in hw_dac_init()
1479 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_dac_init()
1481 hw_write_20kx(hw, GPIO, gpioorg); in hw_dac_init()
1497 data = hw_read_20kx(hw, GPIO); in is_adc_input_selected_SBx()
[all …]
Dct20k1reg.h599 #define GPIO 0x1C6020 macro
/sound/pci/ca0106/
Dca0106_mixer.c87 val = inl(emu->port + GPIO) & ~0x101; in ca0106_spdif_enable()
88 outl(val, emu->port + GPIO); in ca0106_spdif_enable()
96 val = inl(emu->port + GPIO) | 0x101; in ca0106_spdif_enable()
97 outl(val, emu->port + GPIO); in ca0106_spdif_enable()
136 tmp = inl(emu->port+GPIO) & ~0x400; in ca0106_set_capture_mic_line_in()
138 outl(tmp, emu->port+GPIO); in ca0106_set_capture_mic_line_in()
142 tmp = inl(emu->port+GPIO) & ~0x400; in ca0106_set_capture_mic_line_in()
143 outl(tmp, emu->port+GPIO); in ca0106_set_capture_mic_line_in()
Dca0106_main.c1586 outl(0x0, chip->port+GPIO); in ca0106_init_chip()
1588 outl(0x005f5301, chip->port+GPIO); /* Analog */ in ca0106_init_chip()
1594 outl(0x0, chip->port+GPIO); in ca0106_init_chip()
1596 outl(0x005f5301, chip->port+GPIO); /* Analog */ in ca0106_init_chip()
1598 outl(0x0, chip->port+GPIO); in ca0106_init_chip()
1599 outl(0x005f03a3, chip->port+GPIO); /* Analog */ in ca0106_init_chip()
Dca0106.h151 #define GPIO 0x18 /* Defaults: 005f03a3-Analog, 005f02a2-SPDIF. */ macro
/sound/soc/blackfin/
DKconfig117 Enter the GPIO used to control AD73311's SE pin. Acceptable
155 bool "BOARD has COLD Reset GPIO"
161 int "Set a GPIO for cold reset"
168 Set the correct GPIO for RESET the sound chip.
/sound/pci/asihpi/
Dhpi_internal.h512 HPI_GPIO_OPEN = HPI_FUNC_ID(GPIO, 1),
513 HPI_GPIO_READ_BIT = HPI_FUNC_ID(GPIO, 2),
514 HPI_GPIO_WRITE_BIT = HPI_FUNC_ID(GPIO, 3),
515 HPI_GPIO_READ_ALL = HPI_FUNC_ID(GPIO, 4),
516 HPI_GPIO_WRITE_STATUS = HPI_FUNC_ID(GPIO, 5),
/sound/pci/emu10k1/
Demu10k1x.c99 #define GPIO 0x18 /* Defaults: 00001080-Analog, 00001000-SPDIF. */ macro
354 outl(value, emu->port + GPIO); in snd_emu10k1x_gpio_write()