Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dpcireg.h577 #define PCI_PCIE_DCSR_ERO 0x00000010 macro
H A Dif_myx.c328 pcireg_t mask = PCI_PCIE_DCSR_MPS | PCI_PCIE_DCSR_ERO; in myx_pcie_dc()
329 pcireg_t dc = ((fls(4096) - 8) << 12) | PCI_PCIE_DCSR_ERO; in myx_pcie_dc()
H A Dif_bge.c3387 devctl &= ~(PCI_PCIE_DCSR_ERO | PCI_PCIE_DCSR_ENS); in bge_reset()