Searched refs:A_GPIO (Results 1 – 3 of 3) sorted by relevance
261 outw(reg, emu->port + A_GPIO); in snd_emu1010_fpga_write_locked()263 outw(reg | 0x80, emu->port + A_GPIO); /* High bit clocks the value into the fpga. */ in snd_emu1010_fpga_write_locked()265 outw(value, emu->port + A_GPIO); in snd_emu1010_fpga_write_locked()267 outw(value | 0x80 , emu->port + A_GPIO); /* High bit clocks the value into the fpga. */ in snd_emu1010_fpga_write_locked()297 outw(reg, emu->port + A_GPIO); in snd_emu1010_fpga_read()299 outw(reg | 0x80, emu->port + A_GPIO); /* High bit clocks the value into the fpga. */ in snd_emu1010_fpga_read()301 *value = ((inw(emu->port + A_GPIO) >> 8) & mask); in snd_emu1010_fpga_read()428 outw(0x00, emu->port + A_GPIO); in snd_emu1010_load_firmware_entry()429 write_post = inw(emu->port + A_GPIO); in snd_emu1010_load_firmware_entry()431 outw(0x80, emu->port + A_GPIO); in snd_emu1010_load_firmware_entry()[all …]
788 u16 sts = inw(emu->port + A_GPIO); in emu1010_interrupt()
284 #define A_GPIO 0x18 /* GPIO on Audigy card (16bits) */ macro294 #define A_IOCFG A_GPIO