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

  /src/sys/dev/pci/
esmvar.h 143 uint16_t aputype; /* APU channel type */ member in struct:esm_chinfo
esmvar.h 143 uint16_t aputype; /* APU channel type */ member in struct:esm_chinfo
esmvar.h 143 uint16_t aputype; /* APU channel type */ member in struct:esm_chinfo
esm.c 691 switch (ess->rch.aputype) {
759 switch (ch->aputype) {
802 if (ch->aputype == APUTYPE_16BITSTEREO)
812 (ch->aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
815 (ch->aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
871 switch (ch->aputype) {
1078 uint16_t aputype; local in function:esmch_set_format
1081 aputype = APUTYPE_16BITLINEAR;
1084 aputype++;
1087 aputype += 2
    [all...]
esm.c 691 switch (ess->rch.aputype) {
759 switch (ch->aputype) {
802 if (ch->aputype == APUTYPE_16BITSTEREO)
812 (ch->aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
815 (ch->aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
871 switch (ch->aputype) {
1078 uint16_t aputype; local in function:esmch_set_format
1081 aputype = APUTYPE_16BITLINEAR;
1084 aputype++;
1087 aputype += 2
    [all...]
esm.c 691 switch (ess->rch.aputype) {
759 switch (ch->aputype) {
802 if (ch->aputype == APUTYPE_16BITSTEREO)
812 (ch->aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
815 (ch->aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
871 switch (ch->aputype) {
1078 uint16_t aputype; local in function:esmch_set_format
1081 aputype = APUTYPE_16BITLINEAR;
1084 aputype++;
1087 aputype += 2
    [all...]

Completed in 36 milliseconds