Home
last modified time | relevance | path

Searched refs:ALI_REG (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/pci/ali5451/
Dali5451.c156 #define ALI_REG(codec, x) ((codec)->port + x) macro
284 return (unsigned int)inl(ALI_REG(codec, port)); in snd_ali_5451_peek()
291 outl((unsigned int)val, ALI_REG(codec, port)); in snd_ali_5451_poke()
413 ALI_REG(codec, ALI_AC97_GPIO)); in snd_ali_codec_write()
480 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_special_channel()
482 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_special_channel()
490 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_special_channel()
492 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_special_channel()
499 gc = inl(ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt()
502 outl( gc, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt()
[all …]