Searched refs:ALI_STOP (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
H A D | ali5451.c | 110 #define ALI_STOP 0x84 macro 1117 outl(what, ALI_REG(codec, ALI_STOP)); in snd_ali_trigger() 1848 im->regs[ALI_STOP >> 2] = inl(ALI_REG(chip, ALI_STOP)); in ali_suspend() 1854 if ((i*4 == ALI_MISCINT) || (i*4 == ALI_STOP)) in ali_suspend() 1866 outl(0xffffffff, ALI_REG(chip, ALI_STOP)); in ali_suspend() 1892 if ((i*4 == ALI_MISCINT) || (i*4 == ALI_STOP) || in ali_resume() 2113 codec->chregs.regs.stop = ALI_STOP; in snd_ali_create()
|
/kernel/linux/linux-6.6/sound/pci/ali5451/ |
H A D | ali5451.c | 109 #define ALI_STOP 0x84 macro 1116 outl(what, ALI_REG(codec, ALI_STOP)); in snd_ali_trigger() 1847 im->regs[ALI_STOP >> 2] = inl(ALI_REG(chip, ALI_STOP)); in ali_suspend() 1853 if ((i*4 == ALI_MISCINT) || (i*4 == ALI_STOP)) in ali_suspend() 1865 outl(0xffffffff, ALI_REG(chip, ALI_STOP)); in ali_suspend() 1891 if ((i*4 == ALI_MISCINT) || (i*4 == ALI_STOP) || in ali_resume() 2083 codec->chregs.regs.stop = ALI_STOP; in snd_ali_create()
|
Completed in 6 milliseconds