Searched refs:ALI_REG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/pci/ali5451/ |
H A D | ali5451.c | 141 #define ALI_REG(codec, x) ((codec)->port + x) macro 269 return (unsigned int)inl(ALI_REG(codec, port)); in snd_ali_5451_peek() 276 outl((unsigned int)val, ALI_REG(codec, port)); in snd_ali_5451_poke() 398 ALI_REG(codec, ALI_AC97_GPIO)); in snd_ali_codec_write() 465 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_special_channel() 467 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_special_channel() 475 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_special_channel() 477 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_special_channel() 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() [all …]
|