Searched refs:aputype (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
863 aputype = APUTYPE_16BITSTEREO;
868 aputype = APUTYPE_8BITSTEREO;
872 aputype = APUTYPE_16BITLINEAR;
874 aputype = APUTYPE_8BITLINEAR;
911 (aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
913 (aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);
917 (aputype << APU_APUTYPE_SHIFT) | APU_DMA_ENABLED | 0xf);

Completed in 48 milliseconds