Searched refs:PCI_EXP_SLTCAP_PSN (Results 1 – 8 of 8) sorted by relevance
158 #define PSN(ctrl) (((ctrl)->slot_cap & PCI_EXP_SLTCAP_PSN) >> 19)
1043 (slot_cap & PCI_EXP_SLTCAP_PSN) >> 19, in pcie_init()
342 data &= ~PCI_EXP_SLTCAP_PSN; in pcie_init()
50 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0); in rcar_pcie_ep_hw_init()
486 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0); in rcar_pcie_hw_init()
944 FIELD_PREP(PCI_EXP_SLTCAP_PSN, port->port+1)); in mvebu_pci_bridge_emul_init()
1074 bridge->pcie_conf.slotcap = cpu_to_le32(FIELD_PREP(PCI_EXP_SLTCAP_PSN, in advk_sw_pci_bridge_init()
597 #define PCI_EXP_SLTCAP_PSN 0xfff80000 /* Physical Slot Number */ macro
Completed in 24 milliseconds