• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/

Lines Matching refs:A_IOCFG

231 		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);
319 outl(reg | A_IOCFG_GPOUT1 | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
321 outl(reg, emu->port + A_IOCFG);
333 ; /* Disable all access to A_IOCFG for the emu1010 */
335 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
337 unsigned int reg = inl(emu->port + A_IOCFG);
338 outl(reg | A_IOCFG_GPOUT0, emu->port + A_IOCFG);
353 ; /* Disable all access to A_IOCFG for the emu1010 */
355 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
357 outl(inl(emu->port + A_IOCFG) & ~0x44, emu->port + A_IOCFG);
363 outl(inl(emu->port + A_IOCFG) | 0x0040, emu->port + A_IOCFG);
366 outl(inl(emu->port + A_IOCFG) | 0x0060, emu->port + A_IOCFG);
369 outl(inl(emu->port + A_IOCFG) | 0x0080, emu->port + A_IOCFG);
652 outl(0x00, emu->port + A_IOCFG); /* Set PGMN low for 1uS. */
654 outl(0x80, emu->port + A_IOCFG); /* Leave bit 7 set during netlist setup. */
663 outl(reg, emu->port + A_IOCFG);
664 outl(reg | 0x40, emu->port + A_IOCFG);
668 outl(0x10, emu->port + A_IOCFG);
1045 /* A_IOCFG bits
1065 * Digital Out/Line in switch using A_IOCFG bit 3 (0x08)
1103 /* A_IOCFG bits
1719 emu->saved_a_iocfg = inl(emu->port + A_IOCFG);
1746 outl(emu->saved_a_iocfg, emu->port + A_IOCFG);