Lines Matching refs:A_IOCFG

226 		tmp = inl(emu->port + A_IOCFG) & ~0x8; /* Clear bit 3 */
227 outl(tmp, emu->port + A_IOCFG);
247 outl(0x76, emu->port + A_IOCFG); /* Windows uses 0x3f76 */
253 tmp = inl(emu->port + A_IOCFG);
254 outl(tmp | 0x4, emu->port + A_IOCFG); /* Set bit 2 for mic input */
255 tmp = inl(emu->port + A_IOCFG);
307 ; /* Disable all access to A_IOCFG for the emu1010 */
309 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
311 unsigned int reg = inl(emu->port + A_IOCFG);
312 outl(reg | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
314 outl(reg | A_IOCFG_GPOUT1 | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
316 outl(reg, emu->port + A_IOCFG);
328 ; /* Disable all access to A_IOCFG for the emu1010 */
330 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
332 unsigned int reg = inl(emu->port + A_IOCFG);
333 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);
669 outl(0x00, emu->port + A_IOCFG); /* Set PGMN low for 1uS. */
670 write_post = inl(emu->port + A_IOCFG);
672 outl(0x80, emu->port + A_IOCFG); /* Leave bit 7 set during netlist setup. */
673 write_post = inl(emu->port + A_IOCFG);
682 outl(reg, emu->port + A_IOCFG);
683 write_post = inl(emu->port + A_IOCFG);
684 outl(reg | 0x40, emu->port + A_IOCFG);
685 write_post = inl(emu->port + A_IOCFG);
689 outl(0x10, emu->port + A_IOCFG);
690 write_post = inl(emu->port + A_IOCFG);
1305 /* A_IOCFG bits
1325 * Digital Out/Line in switch using A_IOCFG bit 3 (0x08)
1380 /* A_IOCFG bits
2112 emu->saved_a_iocfg = inl(emu->port + A_IOCFG);
2139 outl(emu->saved_a_iocfg, emu->port + A_IOCFG);