Searched refs:sc_pci_flags (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/arm/fdt/
H A Dpcihost_fdtvar.h86 int sc_pci_flags; member in struct:pcihost_softc
H A Dpcihost_fdt.c147 sc->sc_pci_flags |= PCI_FLAGS_MSI_OKAY;
148 sc->sc_pci_flags |= PCI_FLAGS_MSIX_OKAY;
196 sc->sc_pci_flags;
323 sc->sc_pci_flags |= PCI_FLAGS_IO_OKAY;
352 sc->sc_pci_flags |= PCI_FLAGS_MEM_OKAY;
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2838_pcie.c92 int sc_pci_flags; member in struct:bcmstb_softc
274 pba.pba_flags = sc->sc_pci_flags;
355 sc->sc_pci_flags |= PCI_FLAGS_IO_OKAY;
379 sc->sc_pci_flags |= PCI_FLAGS_MEM_OKAY;
/netbsd-current/sys/arch/arm/rockchip/
H A Drk3399_pcie.c425 sc->sc_phsc.sc_pci_flags |= PCI_FLAGS_MSI_OKAY;
426 sc->sc_phsc.sc_pci_flags |= PCI_FLAGS_MSIX_OKAY;
/netbsd-current/sys/arch/arm/apple/
H A Dapple_pcie.c353 sc->sc_pci_flags |= PCI_FLAGS_MSI_OKAY;
355 sc->sc_pci_flags |= PCI_FLAGS_MSIX_OKAY;

Completed in 218 milliseconds