Searched refs:au_rd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pci/
H A Daureal.c94 au_rd(struct au_info *au, int mapno, int regno, int size) function
135 i=au_rd(au, 0, AU_REG_CODECIO, 4);
153 i=au_rd(au, 0, AU_REG_CODECST, 4);
211 i=au_rd(au, 0, AU_REG_RTBASE+(route<<2), 4);
223 au_rd(au, 0, AU_REG_CODECEN, 4) | (1 << (channel + 8)), 4);
239 x = au_rd(au, 0, AU_REG_ADB, 4);
368 return au_rd(au, 0, AU_REG_UNK2, 4) & (AU_BUFFSIZE-1);
402 intsrc=au_rd(au, 0, AU_REG_IRQSRC, 4);
407 (void)au_rd(au, 0, AU_REG_UNK1, 4);
412 i=au_rd(a
[all...]

Completed in 96 milliseconds