Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dvibes.h48 #define SV_PCI_DMA_EXTENDED 0x00000008 macro
H A Dvibes.c756 pci_write_config(dev, SV_PCI_DMAA, SV_PCI_DMA_EXTENDED, 4); in sv_attach()
843 data = pci_read_config(dev, SV_PCI_DMAA, 4) | SV_PCI_DMA_ENABLE | SV_PCI_DMA_EXTENDED; in sv_attach()
861 data = pci_read_config(dev, SV_PCI_DMAC, 4) | SV_PCI_DMA_ENABLE | SV_PCI_DMA_EXTENDED; in sv_attach()