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

/freebsd-9.3-release/sys/dev/sound/pci/
H A Dmaestro.c848 u_int16_t size, apuch, wtbar, wcreg, aputype; local
854 wtbar = 0xc & (wpwa >> WPWA_WTBAR_SHIFT(2));
881 if (wtbar > 8)
882 wtbar = (wtbar >> 1) + 4;
890 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar,
892 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 1,
894 if (wtbar < 8) {
895 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 2,
897 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar
[all...]

Completed in 40 milliseconds