Searched refs:wc_wrreg (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c228 static void wc_wrreg(struct agg_info*, u_int16_t, u_int16_t);
540 wc_wrreg(struct agg_info *ess, u_int16_t reg, u_int16_t data) function
557 wc_wrreg(ess, ch << 3, data);
703 wc_wrreg(ess, data, ess->phys >> WAVCACHE_BASEADDR_SHIFT);
888 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar,
890 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 1,
893 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 2,
895 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 3,

Completed in 70 milliseconds