Home
last modified time | relevance | path

Searched refs:A_GPIO (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/emu10k1/
H A Dio.c281 outw(reg, emu->port + A_GPIO); in snd_emu1010_fpga_write_locked()
283 outw(reg | 0x80, emu->port + A_GPIO); /* High bit clocks the value into the fpga. */ in snd_emu1010_fpga_write_locked()
285 outw(value, emu->port + A_GPIO); in snd_emu1010_fpga_write_locked()
287 outw(value | 0x80 , emu->port + A_GPIO); /* High bit clocks the value into the fpga. */ in snd_emu1010_fpga_write_locked()
318 outw(reg, emu->port + A_GPIO); in snd_emu1010_fpga_read()
320 outw(reg | 0x80, emu->port + A_GPIO); /* High bit clocks the value into the fpga. */ in snd_emu1010_fpga_read()
322 *value = ((inw(emu->port + A_GPIO) >> 8) & mask); in snd_emu1010_fpga_read()
449 outw(0x00, emu->port + A_GPIO); in snd_emu1010_load_firmware_entry()
450 write_post = inw(emu->port + A_GPIO); in snd_emu1010_load_firmware_entry()
452 outw(0x80, emu->port + A_GPIO); in snd_emu1010_load_firmware_entry()
[all …]
H A Demu10k1_main.c790 u16 sts = inw(emu->port + A_GPIO); in emu1010_interrupt()
/linux/include/sound/
H A Demu10k1.h284 #define A_GPIO 0x18 /* GPIO on Audigy card (16bits) */ macro
294 #define A_IOCFG A_GPIO