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

/freebsd-11.0-release/sys/dev/sound/pci/
H A Dmaestro.c846 u_int16_t size, apuch, wtbar, wcreg, aputype; local
852 wtbar = 0xc & (wpwa >> WPWA_WTBAR_SHIFT(2));
879 if (wtbar > 8)
880 wtbar = (wtbar >> 1) + 4;
888 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar,
890 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 1,
892 if (wtbar < 8) {
893 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar + 2,
895 wc_wrreg(ch->parent, WAVCACHE_WTBAR + wtbar
[all...]

Completed in 27 milliseconds