Searched refs:A_GPIO (Results 1 – 3 of 3) sorted by relevance
281 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 …]
790 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