Home
last modified time | relevance | path

Searched refs:device_flags (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/sound/pci/
H A Demu10kx.c3052 int device_flags; in emu_pci_attach() local
3104 device_flags = emu_cards[emu_getcard(dev)].flags; in emu_pci_attach()
3105 if (device_flags & HAS_51) in emu_pci_attach()
3107 if (device_flags & HAS_71) { in emu_pci_attach()
3111 if (device_flags & IS_EMU10K1) in emu_pci_attach()
3113 if (device_flags & IS_EMU10K2) in emu_pci_attach()
3115 if (device_flags & IS_CA0102) in emu_pci_attach()
3117 if (device_flags & IS_CA0108) in emu_pci_attach()
3124 if (device_flags & IS_CARDBUS) in emu_pci_attach()
3131 if (device_flags & BROKEN_DIGITAL) in emu_pci_attach()
[all …]