Searched refs:A_IOCFG (Results 1 – 3 of 3) sorted by relevance
221 tmp = inw(emu->port + A_IOCFG) & ~0x8; /* Clear bit 3 */ in snd_emu10k1_init()222 outw(tmp, emu->port + A_IOCFG); in snd_emu10k1_init()242 outw(0x76, emu->port + A_IOCFG); /* Windows uses 0x3f76 */ in snd_emu10k1_init()248 tmp = inw(emu->port + A_IOCFG); in snd_emu10k1_init()249 outw(tmp | 0x4, emu->port + A_IOCFG); /* Set bit 2 for mic input */ 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()307 outw(reg | A_IOCFG_GPOUT2, emu->port + A_IOCFG); in snd_emu10k1_init()309 outw(reg | A_IOCFG_GPOUT1 | A_IOCFG_GPOUT2, emu->port + A_IOCFG); in snd_emu10k1_init()311 outw(reg, emu->port + A_IOCFG); in snd_emu10k1_init()[all …]
1208 gpio = inw(emu->port + A_IOCFG); in snd_audigy_i2c_capture_source_put()1210 outw(gpio | 0x4, emu->port + A_IOCFG); in snd_audigy_i2c_capture_source_put()1212 outw(gpio & ~0x4, emu->port + A_IOCFG); in snd_audigy_i2c_capture_source_put()1864 ucontrol->value.integer.value[0] = inw(emu->port + A_IOCFG) & A_IOCFG_GPOUT0 ? 1 : 0; in snd_emu10k1_shared_spdif_get()1888 reg = inw(emu->port + A_IOCFG); in snd_emu10k1_shared_spdif_put()1894 outw(reg | val, emu->port + A_IOCFG); in snd_emu10k1_shared_spdif_put()
294 #define A_IOCFG A_GPIO macro