Home
last modified time | relevance | path

Searched refs:PCI_EXP_FLAGS_TYPE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/sh/drivers/pci/
Dpcie-sh7786.c322 data &= ~(PCI_EXP_FLAGS_TYPE << 16); in pcie_init()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h468 #define PCI_EXP_FLAGS_TYPE 0x00f0 /* Device/Port type */ macro
/Linux-v4.19/arch/powerpc/platforms/pseries/
Deeh_pseries.c282 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pseries_eeh_probe()
/Linux-v4.19/drivers/pci/controller/
Dpcie-rcar.c595 PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ROOT_PORT << 4); in rcar_pcie_hw_init()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Deeh-powernv.c412 pcie_flags = (pcie_flags & PCI_EXP_FLAGS_TYPE) >> 4; in pnv_eeh_probe()
/Linux-v4.19/include/linux/
Dpci.h2074 return (pcie_caps_reg(dev) & PCI_EXP_FLAGS_TYPE) >> 4; in pci_pcie_type()