Searched refs:pxa2xx_ac97_write (Results 1 – 4 of 4) sorted by relevance
43 extern int pxa2xx_ac97_write(int slot, unsigned short reg, unsigned short val);
93 int pxa2xx_ac97_write(int slot, unsigned short reg, unsigned short val) in pxa2xx_ac97_write() function122 EXPORT_SYMBOL_GPL(pxa2xx_ac97_write);
49 pxa2xx_ac97_write(ac97->num, reg, val); in pxa2xx_ac97_legacy_write()
53 return pxa2xx_ac97_write(slot, reg, val); in pxa2xx_ac97_write_actrl()