Searched refs:pxa2xx_ac97_write (Results 1 – 4 of 4) sorted by relevance
54 extern int pxa2xx_ac97_write(int slot, unsigned short reg, unsigned short val);
89 int pxa2xx_ac97_write(int slot, unsigned short reg, unsigned short val) in pxa2xx_ac97_write() function116 EXPORT_SYMBOL_GPL(pxa2xx_ac97_write);
52 ret = pxa2xx_ac97_write(ac97->num, reg, val); in pxa2xx_ac97_legacy_write()
51 return pxa2xx_ac97_write(slot, reg, val); in pxa2xx_ac97_write_actrl()