Searched refs:A_IOCFG (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_main.c231 tmp = inl(emu->port + A_IOCFG) & ~0x8; /* Clear bit 3 */
232 outl(tmp, emu->port + A_IOCFG);
252 outl(0x76, emu->port + A_IOCFG); /* Windows uses 0x3f76 */
259 tmp = inl(emu->port + A_IOCFG);
260 outl(tmp | 0x4, emu->port + A_IOCFG); /* Set bit 2 for mic input */
261 tmp = inl(emu->port + A_IOCFG);
312 ; /* Disable all access to A_IOCFG for the emu1010 */
314 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
316 unsigned int reg = inl(emu->port + A_IOCFG);
317 outl(reg | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
[all...]
H A Dio.c236 outl(reg, emu->port + A_IOCFG);
238 outl(reg | 0x80, emu->port + A_IOCFG); /* High bit clocks the value into the fpga. */
240 outl(value, emu->port + A_IOCFG);
242 outl(value | 0x80 , emu->port + A_IOCFG); /* High bit clocks the value into the fpga. */
252 outl(reg, emu->port + A_IOCFG);
254 outl(reg | 0x80, emu->port + A_IOCFG); /* High bit clocks the value into the fpga. */
256 *value = ((inl(emu->port + A_IOCFG) >> 8) & 0x7f);
H A Demuproc.c384 outl(regs, emu->port + A_IOCFG);
385 outl(regs | 0x80, emu->port + A_IOCFG); /* High bit clocks the value into the fpga. */
386 value = inl(emu->port + A_IOCFG);
H A Demumixer.c631 gpio = inl(emu->port + A_IOCFG);
633 outl(gpio | 0x4, emu->port + A_IOCFG);
635 outl(gpio & ~0x4, emu->port + A_IOCFG);
1237 ucontrol->value.integer.value[0] = inl(emu->port + A_IOCFG) & A_IOCFG_GPOUT0 ? 1 : 0;
1255 reg = inl(emu->port + A_IOCFG);
1261 outl(reg | val, emu->port + A_IOCFG);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A D8010.h230 #define A_IOCFG 0x18 /* GPIO on Audigy card (16bits) */ macro
H A Dmain.c1146 u32 tmp = emu10k1_readfn0(card, A_IOCFG);
1148 emu10k1_writefn0(card, A_IOCFG, tmp);
H A Dmixer.c418 emu10k1_writefn0(card, (1 << 24) | ((ctl->val[0]) << 16) | A_IOCFG, ctl->val[1]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demu10k1.h267 #define A_IOCFG 0x18 /* GPIO on Audigy card (16bits) */ macro

Completed in 103 milliseconds