Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sound/pci/
HDvibes.c750 data = pci_read_config(dev, SV_PCI_DMAA, 4); in sv_attach()
756 pci_write_config(dev, SV_PCI_DMAA, SV_PCI_DMA_EXTENDED, 4); in sv_attach()
827 bus_set_resource(dev, SYS_RES_IOPORT, SV_PCI_DMAA, sdmaa, SV_PCI_DMAA_SIZE); in sv_attach()
831 sc->dmaa_rid = SV_PCI_DMAA; in sv_attach()
843 data = pci_read_config(dev, SV_PCI_DMAA, 4) | SV_PCI_DMA_ENABLE | SV_PCI_DMA_EXTENDED; in sv_attach()
845 pci_write_config(dev, SV_PCI_DMAA, data, 4); in sv_attach()
846 DEB(printf("dmaa: 0x%x 0x%x\n", data, pci_read_config(dev, SV_PCI_DMAA, 4))); in sv_attach()
HDvibes.h37 #define SV_PCI_DMAA 0x40 macro