HomeSort by: relevance | last modified time | path
    Searched refs:sc_pci_flags (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/arm/fdt/
pcihost_fdtvar.h 86 int sc_pci_flags; member in struct:pcihost_softc
pcihost_fdt.c 147 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;
  /src/sys/arch/riscv/fdt/
pcihost_fdtvar.h 87 int sc_pci_flags; member in struct:pcihost_softc
pcihost_fdt.c 178 sc->sc_pci_flags;
305 sc->sc_pci_flags |= PCI_FLAGS_IO_OKAY;
334 sc->sc_pci_flags |= PCI_FLAGS_MEM_OKAY;
  /src/sys/arch/arm/broadcom/
bcm2838_pcie.c 92 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;
  /src/sys/arch/arm/rockchip/
rk3399_pcie.c 425 sc->sc_phsc.sc_pci_flags |= PCI_FLAGS_MSI_OKAY;
426 sc->sc_phsc.sc_pci_flags |= PCI_FLAGS_MSIX_OKAY;
  /src/sys/arch/arm/apple/
apple_pcie.c 353 sc->sc_pci_flags |= PCI_FLAGS_MSI_OKAY;
355 sc->sc_pci_flags |= PCI_FLAGS_MSIX_OKAY;

Completed in 15 milliseconds