HomeSort by: relevance | last modified time | path
    Searched defs:wcreg_tpl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
esmvar.h 148 uint16_t wcreg_tpl; /* wavecache tag and format */ member in struct:esm_chinfo
esm.c 807 wc_wrchctl(ess, apuch, ch->wcreg_tpl);
809 wc_wrchctl(ess, apuch + 1, ch->wcreg_tpl);
813 if (ch->wcreg_tpl & WAVCACHE_CHCTL_STEREO)
1077 uint16_t wcreg_tpl; local in function:esmch_set_format
1080 wcreg_tpl = (ch->base - 16) & WAVCACHE_CHCTL_ADDRTAG_MASK;
1083 wcreg_tpl |= WAVCACHE_CHCTL_STEREO;
1092 wcreg_tpl |= WAVCACHE_CHCTL_U8;
1096 ch->wcreg_tpl = wcreg_tpl;
1102 p->channels, p->precision, wcreg_tpl, aputype, p->sample_rate))
    [all...]

Completed in 14 milliseconds