Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/alpha/pci/
Dirongate.c183 pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED | in irongate_attach()
Dlca.c267 pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED |
Dapecs.c243 pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED |
Dcia.c409 pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED;
Dtsc.c231 pba.pba_flags = PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED |
/openbsd/src/sys/dev/pci/
Dpcivar.h165 #define PCI_FLAGS_MEM_ENABLED 0x02 /* memory space is enabled */ macro
Dif_hme_pci.c209 pa->pa_flags |= PCI_FLAGS_MEM_ENABLED; in hmeattach_pci()
Dpci_map.c381 if ((pa->pa_flags & PCI_FLAGS_MEM_ENABLED) == 0) in pci_mapreg_map()
Dpci.c462 pa.pa_flags |= PCI_FLAGS_IO_ENABLED | PCI_FLAGS_MEM_ENABLED; in pci_probe_device()
/openbsd/src/sys/arch/sparc64/dev/
Dpsycho.c399 pp->pp_flags = (pp->pp_memt ? PCI_FLAGS_MEM_ENABLED : 0) | in psycho_attach()