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

/linux-master/drivers/pci/hotplug/
H A Dpciehp.h158 #define PSN(ctrl) (((ctrl)->slot_cap & PCI_EXP_SLTCAP_PSN) >> 19)
H A Dpciehp_hpc.c1032 FIELD_GET(PCI_EXP_SLTCAP_PSN, slot_cap),
/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c341 data &= ~PCI_EXP_SLTCAP_PSN;
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-ep.c50 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0);
H A Dpcie-rcar-host.c472 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0);
H A Dpci-mvebu.c943 FIELD_PREP(PCI_EXP_SLTCAP_PSN, port->port+1));
H A Dpci-aardvark.c1074 bridge->pcie_conf.slotcap = cpu_to_le32(FIELD_PREP(PCI_EXP_SLTCAP_PSN,
/linux-master/include/uapi/linux/
H A Dpci_regs.h598 #define PCI_EXP_SLTCAP_PSN 0xfff80000 /* Physical Slot Number */ macro

Completed in 143 milliseconds