Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dpxa2xx-lib.h43 extern int pxa2xx_ac97_write(int slot, unsigned short reg, unsigned short val);
/linux-6.1.9/sound/arm/
Dpxa2xx-ac97-lib.c93 int pxa2xx_ac97_write(int slot, unsigned short reg, unsigned short val) in pxa2xx_ac97_write() function
122 EXPORT_SYMBOL_GPL(pxa2xx_ac97_write);
Dpxa2xx-ac97.c49 pxa2xx_ac97_write(ac97->num, reg, val); in pxa2xx_ac97_legacy_write()
/linux-6.1.9/sound/soc/pxa/
Dpxa2xx-ac97.c53 return pxa2xx_ac97_write(slot, reg, val); in pxa2xx_ac97_write_actrl()