Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpxa2xx-lib.h42 extern int pxa2xx_ac97_read(int slot, unsigned short reg);
/openbmc/linux/sound/arm/
H A Dpxa2xx-ac97-lib.c46 int pxa2xx_ac97_read(int slot, unsigned short reg) in pxa2xx_ac97_read() function
89 EXPORT_SYMBOL_GPL(pxa2xx_ac97_read);
H A Dpxa2xx-ac97.c39 ret = pxa2xx_ac97_read(ac97->num, reg); in pxa2xx_ac97_legacy_read()
/openbmc/linux/sound/soc/pxa/
H A Dpxa2xx-ac97.c47 return pxa2xx_ac97_read(slot, reg); in pxa2xx_ac97_read_actrl()