Lines Matching refs:outl
150 outl(HCFG_LOCKSOUNDCACHE | HCFG_LOCKTANKCACHE_MASK |
162 outl(0, emu->port + INTE);
199 outl(0x0201, emu->port + HCFG2);
213 outl(0x600000, emu->port + 0x20);
214 outl(0x14, emu->port + 0x24);
217 outl(0x7b0000, emu->port + 0x20);
218 outl(0xFF000000, emu->port + 0x24);
224 outl(0x7a0000, emu->port + 0x20);
225 outl(0xFF000000, emu->port + 0x24);
227 outl(tmp, emu->port + A_IOCFG);
247 outl(0x76, emu->port + A_IOCFG); /* Windows uses 0x3f76 */
254 outl(tmp | 0x4, emu->port + A_IOCFG); /* Set bit 2 for mic input */
277 outl(HCFG_AUTOMUTE_ASYNC |
289 outl(HCFG_AUDIOENABLE |
294 outl(HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
300 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE, emu->port + HCFG);
303 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
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);
319 outl(reg | HCFG_GPOUT2, emu->port + HCFG);
321 outl(reg | HCFG_GPOUT1 | HCFG_GPOUT2, emu->port + HCFG);
323 outl(reg, emu->port + HCFG);
333 outl(reg | A_IOCFG_GPOUT0, emu->port + A_IOCFG);
338 outl(inl(emu->port + HCFG) | HCFG_EXPANDED_MEM, emu->port + HCFG);
349 outl(inl(emu->port + HCFG) | HCFG_AUDIOENABLE, emu->port + HCFG);
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);
381 outl(tmp|0x800, emu->port + HCFG);
385 outl(tmp, emu->port + HCFG);
398 outl(0, emu->port + INTE);
434 outl(HCFG_LOCKSOUNDCACHE | HCFG_LOCKTANKCACHE_MASK | HCFG_MUTEBUTTONENABLE, emu->port + HCFG);
526 outl(hc_value, hc_port);
534 outl(hc_value | data, hc_port);
537 outl(hc_value | data | HANDN_BIT, hc_port);
538 outl(hc_value | data, hc_port);
542 outl(hc_value | HOOKN_BIT, hc_port);
543 outl(hc_value, hc_port);
595 outl(hc_value | HCFG_AUDIOENABLE | HCFG_CODECFORMAT_I2S, emu->port + HCFG);
633 outl(0x00d00000, special_port);
635 outl(0x00d00001, special_port);
637 outl(0x00d0005f, special_port);
639 outl(0x00d0007f, special_port);
641 outl(0x0090007f, special_port);
669 outl(0x00, emu->port + A_IOCFG); /* Set PGMN low for 1uS. */
672 outl(0x80, emu->port + A_IOCFG); /* Leave bit 7 set during netlist setup. */
682 outl(reg, emu->port + A_IOCFG);
684 outl(reg | 0x40, emu->port + A_IOCFG);
689 outl(0x10, emu->port + A_IOCFG);
838 outl(0x0005a00c, emu->port + HCFG);
843 outl(0x0005a004, emu->port + HCFG);
847 outl(0x0005a000, emu->port + HCFG);
851 outl(0x0005a000, emu->port + HCFG);
1082 outl(0x0000a000, emu->port + HCFG);
1087 outl(0x0000a001, emu->port + HCFG);
2139 outl(emu->saved_a_iocfg, emu->port + A_IOCFG);
2140 outl(emu->saved_hcfg, emu->port + HCFG);