Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCAP_PSN (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h69 #define PCI_EXP_SLTCAP_PSN_SHIFT ctz32(PCI_EXP_SLTCAP_PSN)
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp.h158 #define PSN(ctrl) (((ctrl)->slot_cap & PCI_EXP_SLTCAP_PSN) >> 19)
H A Dpciehp_hpc.c1031 (slot_cap & PCI_EXP_SLTCAP_PSN) >> 19, in pcie_init()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.c341 data &= ~PCI_EXP_SLTCAP_PSN; in pcie_init()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c50 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0); in rcar_pcie_ep_hw_init()
H A Dpcie-rcar-host.c475 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0); in rcar_pcie_hw_init()
H A Dpci-mvebu.c943 FIELD_PREP(PCI_EXP_SLTCAP_PSN, port->port+1)); in mvebu_pci_bridge_emul_init()
H A Dpci-aardvark.c1074 bridge->pcie_conf.slotcap = cpu_to_le32(FIELD_PREP(PCI_EXP_SLTCAP_PSN, in advk_sw_pci_bridge_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h597 #define PCI_EXP_SLTCAP_PSN 0xfff80000 /* Physical Slot Number */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h598 #define PCI_EXP_SLTCAP_PSN 0xfff80000 /* Physical Slot Number */ macro
/openbmc/qemu/hw/pci/
H A Dpcie.c643 ~PCI_EXP_SLTCAP_PSN); in pcie_cap_slot_init()