Searched refs:GPIO (Results 1 – 7 of 7) sorted by relevance
/sound/pci/ctxfi/ |
D | cthw20k1.c | 1407 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_reset_dac() 1409 hw_write_20kx(hw, GPIO, gpioorg); in hw_reset_dac() 1411 hw_write_20kx(hw, GPIO, gpioorg | 0x2); in hw_reset_dac() 1430 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_dac_init() 1433 hw_write_20kx(hw, GPIO, gpioorg); in hw_dac_init() 1438 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_dac_init() 1440 hw_write_20kx(hw, GPIO, gpioorg); in hw_dac_init() 1475 gpioorg = (u16)hw_read_20kx(hw, GPIO); in hw_dac_init() 1477 hw_write_20kx(hw, GPIO, gpioorg); in hw_dac_init() 1493 data = hw_read_20kx(hw, GPIO); in is_adc_input_selected_SBx() [all …]
|
D | ct20k1reg.h | 596 #define GPIO 0x1C6020 macro
|
/sound/pci/ca0106/ |
D | ca0106_mixer.c | 73 val = inl(emu->port + GPIO) & ~0x101; in ca0106_spdif_enable() 74 outl(val, emu->port + GPIO); in ca0106_spdif_enable() 82 val = inl(emu->port + GPIO) | 0x101; in ca0106_spdif_enable() 83 outl(val, emu->port + GPIO); in ca0106_spdif_enable() 122 tmp = inl(emu->port+GPIO) & ~0x400; in ca0106_set_capture_mic_line_in() 124 outl(tmp, emu->port+GPIO); in ca0106_set_capture_mic_line_in() 128 tmp = inl(emu->port+GPIO) & ~0x400; in ca0106_set_capture_mic_line_in() 129 outl(tmp, emu->port+GPIO); in ca0106_set_capture_mic_line_in()
|
D | ca0106_main.c | 1498 outl(0x0, chip->port+GPIO); in ca0106_init_chip() 1500 outl(0x005f5301, chip->port+GPIO); /* Analog */ in ca0106_init_chip() 1506 outl(0x0, chip->port+GPIO); in ca0106_init_chip() 1508 outl(0x005f5301, chip->port+GPIO); /* Analog */ in ca0106_init_chip() 1510 outl(0x0, chip->port+GPIO); in ca0106_init_chip() 1511 outl(0x005f03a3, chip->port+GPIO); /* Analog */ in ca0106_init_chip()
|
D | ca0106.h | 136 #define GPIO 0x18 /* Defaults: 005f03a3-Analog, 005f02a2-SPDIF. */ macro
|
/sound/pci/asihpi/ |
D | hpi_internal.h | 501 HPI_GPIO_OPEN = HPI_FUNC_ID(GPIO, 1), 502 HPI_GPIO_READ_BIT = HPI_FUNC_ID(GPIO, 2), 503 HPI_GPIO_WRITE_BIT = HPI_FUNC_ID(GPIO, 3), 504 HPI_GPIO_READ_ALL = HPI_FUNC_ID(GPIO, 4), 505 HPI_GPIO_WRITE_STATUS = HPI_FUNC_ID(GPIO, 5),
|
/sound/pci/emu10k1/ |
D | emu10k1x.c | 84 #define GPIO 0x18 /* Defaults: 00001080-Analog, 00001000-SPDIF. */ macro 338 outl(value, emu->port + GPIO); in snd_emu10k1x_gpio_write()
|