Searched refs:PCI_EXP_SLTCAP_PSN (Results 1 – 11 of 11) sorted by relevance
69 #define PCI_EXP_SLTCAP_PSN_SHIFT ctz32(PCI_EXP_SLTCAP_PSN)
158 #define PSN(ctrl) (((ctrl)->slot_cap & PCI_EXP_SLTCAP_PSN) >> 19)
1031 (slot_cap & PCI_EXP_SLTCAP_PSN) >> 19, in pcie_init()
341 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()
475 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0); in rcar_pcie_hw_init()
943 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
598 #define PCI_EXP_SLTCAP_PSN 0xfff80000 /* Physical Slot Number */ macro
643 ~PCI_EXP_SLTCAP_PSN); in pcie_cap_slot_init()