Home
last modified time | relevance | path

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

/linux/sound/pci/ali5451/
H A Dali5451.c141 #define ALI_REG(codec, x) ((codec)->port + x) macro
267 return (unsigned int)inl(ALI_REG(codec, port)); in snd_ali_5451_peek()
274 outl((unsigned int)val, ALI_REG(codec, port)); in snd_ali_5451_poke()
396 ALI_REG(codec, ALI_AC97_GPIO)); in snd_ali_codec_write()
463 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_special_channel()
465 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_enable_special_channel()
473 dwVal = inl(ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_special_channel()
475 outl(dwVal, ALI_REG(codec, ALI_GLOBAL_CONTROL)); in snd_ali_disable_special_channel()
482 gc = inl(ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt()
485 outl( gc, ALI_REG(codec, ALI_GC_CIR)); in snd_ali_enable_address_interrupt()
[all …]