Lines Matching refs:inl
226 tmp = inl(emu->port + A_IOCFG) & ~0x8; /* Clear bit 3 */ in snd_emu10k1_init()
253 tmp = inl(emu->port + A_IOCFG); in snd_emu10k1_init()
255 tmp = inl(emu->port + A_IOCFG); in snd_emu10k1_init()
311 unsigned int reg = inl(emu->port + A_IOCFG); in snd_emu10k1_init()
318 unsigned int reg = inl(emu->port + HCFG); in snd_emu10k1_init()
332 unsigned int reg = inl(emu->port + A_IOCFG); in snd_emu10k1_init()
338 outl(inl(emu->port + HCFG) | HCFG_EXPANDED_MEM, emu->port + HCFG); in snd_emu10k1_init()
349 outl(inl(emu->port + HCFG) | HCFG_AUDIOENABLE, emu->port + HCFG); in snd_emu10k1_audio_enable()
357 outl(inl(emu->port + A_IOCFG) & ~0x44, emu->port + A_IOCFG); in snd_emu10k1_audio_enable()
363 outl(inl(emu->port + A_IOCFG) | 0x0040, emu->port + A_IOCFG); in snd_emu10k1_audio_enable()
366 outl(inl(emu->port + A_IOCFG) | 0x0060, emu->port + A_IOCFG); in snd_emu10k1_audio_enable()
369 outl(inl(emu->port + A_IOCFG) | 0x0080, emu->port + A_IOCFG); in snd_emu10k1_audio_enable()
379 tmp = inl(emu->port + HCFG); in snd_emu10k1_audio_enable()
383 if (tmp != (inl(emu->port + HCFG) & ~0x800)) { in snd_emu10k1_audio_enable()
525 hc_value = inl(hc_port) & ~(HOOKN_BIT | HANDN_BIT | PULSEN_BIT); in snd_emu10k1_ecard_write()
594 hc_value = inl(emu->port + HCFG); in snd_emu10k1_ecard_init()
596 inl(emu->port + HCFG); in snd_emu10k1_ecard_init()
632 value = inl(special_port); in snd_emu10k1_cardbus_init()
634 value = inl(special_port); in snd_emu10k1_cardbus_init()
636 value = inl(special_port); in snd_emu10k1_cardbus_init()
638 value = inl(special_port); in snd_emu10k1_cardbus_init()
640 value = inl(special_port); in snd_emu10k1_cardbus_init()
642 value = inl(special_port); in snd_emu10k1_cardbus_init()
670 write_post = inl(emu->port + A_IOCFG); in snd_emu1010_load_firmware_entry()
673 write_post = inl(emu->port + A_IOCFG); in snd_emu1010_load_firmware_entry()
683 write_post = inl(emu->port + A_IOCFG); in snd_emu1010_load_firmware_entry()
685 write_post = inl(emu->port + A_IOCFG); in snd_emu1010_load_firmware_entry()
690 write_post = inl(emu->port + A_IOCFG); in snd_emu1010_load_firmware_entry()
2057 emu->saved_a_iocfg = inl(emu->port + A_IOCFG); in snd_emu10k1_suspend_regs()
2058 emu->saved_hcfg = inl(emu->port + HCFG); in snd_emu10k1_suspend_regs()