Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpcie.c411 uint32_t sltcap = pci_get_long(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_slot_enable_power()
430 uint32_t sltcap = pci_get_long(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_update_power()
480 uint32_t sltcap = pci_get_word(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_slot_pre_plug_cb()
583 uint32_t sltcap = pci_get_word(exp_cap + PCI_EXP_SLTCAP); in pcie_cap_slot_unplug_request_cb()
642 pci_long_test_and_clear_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()
644 pci_long_test_and_set_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()
657 pci_long_test_and_set_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()
663 pci_long_test_and_set_mask(dev->config + pos + PCI_EXP_SLTCAP, in pcie_cap_slot_init()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c282 val = readl(pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_clear_hpc()
284 writel(val, pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_clear_hpc()
821 writel(PCIE_CAP_SLOT_VAL, pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_post_init_2_3_3()
1146 writel(PCIE_CAP_SLOT_VAL, pci->dbi_base + offset + PCI_EXP_SLTCAP); in qcom_pcie_post_init_2_9_0()
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c989 pcie_capability_read_dword(pdev, PCI_EXP_SLTCAP, &slot_cap); in pcie_init()
1071 pcie_capability_read_dword(pdev, PCI_EXP_SLTCAP, &slot_cap); in quirk_cmd_compl()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c231 [PCI_EXP_SLTCAP / 4] = {
H A Daccess.c388 case PCI_EXP_SLTCAP: in pcie_capability_reg_implemented()
H A Dpci-acpi.c801 pcie_capability_read_dword(bridge, PCI_EXP_SLTCAP, &slot_cap); in pciehp_is_native()
H A Dprobe.c1588 pcie_capability_read_dword(pdev, PCI_EXP_SLTCAP, &reg32); in set_pcie_hotplug_bridge()
/openbmc/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()
/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()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h585 #define PCI_EXP_SLTCAP 0x14 /* Slot Capabilities */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h586 #define PCI_EXP_SLTCAP 0x14 /* Slot Capabilities */ macro
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-driver.c227 pcie_capability_read_dword(pci_dev, PCI_EXP_SLTCAP, &capa); in cobalt_pcie_status_show()