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

/freebsd-9.3-release/sys/dev/sound/pci/
H A Dmaestro.c231 static void wc_wrreg(struct agg_info*, u_int16_t, u_int16_t);
542 wc_wrreg(struct agg_info *ess, u_int16_t reg, u_int16_t data) function
559 wc_wrreg(ess, ch << 3, data);
705 wc_wrreg(ess, data, ess->phys >> WAVCACHE_BASEADDR_SHIFT);
890 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar,
892 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 1,
895 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 2,
897 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 3,

Completed in 97 milliseconds