Searched refs:PCI_EXP_FLAGS_TYPE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c320 data &= ~(PCI_EXP_FLAGS_TYPE << 16);
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c417 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4;
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-ep.c45 PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ENDPOINT << 4);
H A Dpcie-rcar-host.c463 PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ROOT_PORT << 4);
/linux-master/include/uapi/linux/
H A Dpci_regs.h476 #define PCI_EXP_FLAGS_TYPE 0x00f0 /* Device/Port type */ macro
/linux-master/drivers/pci/
H A Dprobe.c1579 pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE;
1590 pdev->pcie_flags_reg &= ~PCI_EXP_FLAGS_TYPE;
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c367 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4;
/linux-master/include/linux/
H A Dpci.h2498 return (pcie_caps_reg(dev) & PCI_EXP_FLAGS_TYPE) >> 4;

Completed in 137 milliseconds