Searched refs:GPIO_DATA (Results 1 – 5 of 5) sorted by relevance
/sound/pci/ctxfi/ |
D | cthw20k2.c | 1580 data = hw_read_20kx(hw, GPIO_DATA); in hw_dac_stop() 1582 hw_write_20kx(hw, GPIO_DATA, data); in hw_dac_stop() 1589 data = hw_read_20kx(hw, GPIO_DATA); in hw_dac_start() 1591 hw_write_20kx(hw, GPIO_DATA, data); in hw_dac_start() 1629 data = hw_read_20kx(hw, GPIO_DATA); in hw_dac_init() 1637 hw_write_20kx(hw, GPIO_DATA, data); in hw_dac_init() 1764 data = hw_read_20kx(hw, GPIO_DATA); in hw_is_adc_input_selected() 1810 data = hw_read_20kx(hw, GPIO_DATA); in hw_adc_input_select() 1814 hw_write_20kx(hw, GPIO_DATA, data); in hw_adc_input_select() 1819 hw_write_20kx(hw, GPIO_DATA, data); in hw_adc_input_select() [all …]
|
D | ct20k2reg.h | 53 #define GPIO_DATA 0x1B7020 macro
|
/sound/pci/ |
D | maestro3.c | 284 #define GPIO_DATA 0x60 macro 1992 outw(0, io + GPIO_DATA); in snd_m3_ac97_reset() 1997 outw(GPO_PRIMARY_AC97, io + GPIO_DATA); in snd_m3_ac97_reset() 2237 io + GPIO_DATA); in snd_m3_amp_enable() 2256 outw(0x0000, io + GPIO_DATA); in snd_m3_hv_init()
|
D | es1968.c | 2517 #define GPIO_DATA 0x60 macro 2548 outw(val, chip->io_port + GPIO_DATA); in snd_es1968_tea575x_set_pins() 2555 u16 val = inw(chip->io_port + GPIO_DATA); in snd_es1968_tea575x_get_pins() 2569 unsigned long io = chip->io_port + GPIO_DATA; in snd_es1968_tea575x_set_direction()
|
/sound/pci/ice1712/ |
D | ice1724.c | 201 outw(data, ICEREG1724(ice, GPIO_DATA)); in snd_vt1724_set_gpio_data() 204 inw(ICEREG1724(ice, GPIO_DATA)); /* dummy read for pci-posting */ in snd_vt1724_set_gpio_data() 214 data = (data << 16) | inw(ICEREG1724(ice, GPIO_DATA)); in snd_vt1724_get_gpio_data()
|