Searched refs:ALI_GC_CIR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
H A D | ali5451.c | 113 #define ALI_GC_CIR 0xa0 macro 485 gc = inl(ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt() 488 outl( gc, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt() 495 gc = inl(ALI_REG(codec, ALI_GC_CIR)); in snd_ali_disable_address_interrupt() 498 outl(gc, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_disable_address_interrupt() 991 outb((unsigned char)(Channel & 0x001f), ALI_REG(codec, ALI_GC_CIR)); in snd_ali_write_voice_regs() 1002 outb(Channel, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_write_voice_regs() 1371 outb(pvoice->number, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_playback_pointer() 1393 outb(pvoice->number, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_pointer() 1860 outb(i, ALI_REG(chip, ALI_GC_CIR)); in ali_suspend() [all...] |
/kernel/linux/linux-6.6/sound/pci/ali5451/ |
H A D | ali5451.c | 112 #define ALI_GC_CIR 0xa0 macro 484 gc = inl(ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt() 487 outl( gc, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt() 494 gc = inl(ALI_REG(codec, ALI_GC_CIR)); in snd_ali_disable_address_interrupt() 497 outl(gc, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_disable_address_interrupt() 990 outb((unsigned char)(Channel & 0x001f), ALI_REG(codec, ALI_GC_CIR)); in snd_ali_write_voice_regs() 1001 outb(Channel, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_write_voice_regs() 1370 outb(pvoice->number, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_playback_pointer() 1392 outb(pvoice->number, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_pointer() 1859 outb(i, ALI_REG(chip, ALI_GC_CIR)); in ali_suspend() [all...] |
Completed in 6 milliseconds