Searched refs:A_IOCFG (Results 1 – 3 of 3) sorted by relevance
222 outw(tmp, emu->port + A_IOCFG); in snd_emu10k1_init()248 tmp = inw(emu->port + A_IOCFG); in snd_emu10k1_init()250 tmp = inw(emu->port + A_IOCFG); in snd_emu10k1_init()306 u16 reg = inw(emu->port + A_IOCFG); in snd_emu10k1_init()311 outw(reg, emu->port + A_IOCFG); in snd_emu10k1_init()327 u16 reg = inw(emu->port + A_IOCFG); in snd_emu10k1_init()328 outw(reg | A_IOCFG_GPOUT0, emu->port + A_IOCFG); in snd_emu10k1_init()352 outw(inw(emu->port + A_IOCFG) & ~0x44, emu->port + A_IOCFG); in snd_emu10k1_audio_enable()358 outw(inw(emu->port + A_IOCFG) | 0x0040, emu->port + A_IOCFG); in snd_emu10k1_audio_enable()361 outw(inw(emu->port + A_IOCFG) | 0x0060, emu->port + A_IOCFG); in snd_emu10k1_audio_enable()[all …]
1214 gpio = inw(emu->port + A_IOCFG); in snd_audigy_i2c_capture_source_put()1216 outw(gpio | 0x4, emu->port + A_IOCFG); in snd_audigy_i2c_capture_source_put()1218 outw(gpio & ~0x4, emu->port + A_IOCFG); in snd_audigy_i2c_capture_source_put()1870 ucontrol->value.integer.value[0] = inw(emu->port + A_IOCFG) & A_IOCFG_GPOUT0 ? 1 : 0; in snd_emu10k1_shared_spdif_get()1894 reg = inw(emu->port + A_IOCFG); in snd_emu10k1_shared_spdif_put()1900 outw(reg | val, emu->port + A_IOCFG); in snd_emu10k1_shared_spdif_put()
294 #define A_IOCFG A_GPIO macro