Lines Matching refs:A_IOCFG

221 		tmp = inw(emu->port + A_IOCFG) & ~0x8; /* Clear bit 3 */
222 outw(tmp, emu->port + A_IOCFG);
242 outw(0x76, emu->port + A_IOCFG); /* Windows uses 0x3f76 */
248 tmp = inw(emu->port + A_IOCFG);
249 outw(tmp | 0x4, emu->port + A_IOCFG); /* Set bit 2 for mic input */
250 tmp = inw(emu->port + A_IOCFG);
302 ; /* Disable all access to A_IOCFG for the emu1010 */
304 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
306 u16 reg = inw(emu->port + A_IOCFG);
307 outw(reg | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
309 outw(reg | A_IOCFG_GPOUT1 | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
311 outw(reg, emu->port + A_IOCFG);
323 ; /* Disable all access to A_IOCFG for the emu1010 */
325 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
327 u16 reg = inw(emu->port + A_IOCFG);
328 outw(reg | A_IOCFG_GPOUT0, emu->port + A_IOCFG);
348 ; /* Disable all access to A_IOCFG for the emu1010 */
350 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
352 outw(inw(emu->port + A_IOCFG) & ~0x44, emu->port + A_IOCFG);
358 outw(inw(emu->port + A_IOCFG) | 0x0040, emu->port + A_IOCFG);
361 outw(inw(emu->port + A_IOCFG) | 0x0060, emu->port + A_IOCFG);
364 outw(inw(emu->port + A_IOCFG) | 0x0080, emu->port + A_IOCFG);
998 /* A_IOCFG bits
1018 * Digital Out/Line in switch using A_IOCFG bit 3 (0x08)
1053 * A_IOCFG Input (GPIO)
1057 * A_IOCFG Output (GPIO)
1082 /* A_IOCFG bits
1272 /* Win driver sets A_IOCFG output to 0x1c00 */
1294 /* Win driver sets A_IOCFG output to 0xa00 */
1401 /* Win driver sets A_IOCFG output to 0 */
1800 emu->saved_a_iocfg = inw(emu->port + A_IOCFG);
1827 outw(emu->saved_a_iocfg, emu->port + A_IOCFG);