Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCAP (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c1019 pcie_capability_read_dword(pdev, PCI_EXP_SLTCAP, &slot_cap); in pcie_init()
1106 pcie_capability_read_dword(pdev, PCI_EXP_SLTCAP, &slot_cap); in quirk_cmd_compl()
/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c358 val = readl(pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_clear_hpc()
360 writel(val, pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_clear_hpc()
927 writel(PCIE_CAP_SLOT_VAL, pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_post_init_2_3_3()
1244 writel(PCIE_CAP_SLOT_VAL, pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_post_init_2_9_0()
/linux/drivers/pci/
H A Dpci-bridge-emul.c231 [PCI_EXP_SLTCAP / 4] = {
H A Dprobe.c1723 pcie_capability_read_dword(pdev, PCI_EXP_SLTCAP, &reg32); in set_pcie_hotplug_bridge()
/linux/arch/powerpc/kernel/
H A Deeh_pe.c656 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link()
/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.c469 rcar_rmw32(pcie, REXPCAP(PCI_EXP_SLTCAP), PCI_EXP_SLTCAP_PSN, 0); in rcar_pcie_hw_init()
/linux/include/uapi/linux/
H A Dpci_regs.h592 #define PCI_EXP_SLTCAP 0x14 /* Slot Capabilities */ macro