Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c91 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pcie_poll_cmd()
99 pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, in pcie_poll_cmd()
282 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pcie_wait_for_presence()
419 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pciehp_get_latch_status()
441 ret = pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pciehp_card_present()
476 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pciehp_query_power_fault()
536 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &slot_status); in pciehp_power_on_slot()
538 pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, in pciehp_power_on_slot()
572 pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, in pciehp_ignore_dpc_link_change()
619 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &status); in pciehp_isr()
[all …]
H A Dpnv_php.c550 pcie_capability_read_word(php_slot->pdev, PCI_EXP_SLTSTA, &sts); in pnv_php_reset_slot()
552 pcie_capability_write_word(php_slot->pdev, PCI_EXP_SLTSTA, sts); in pnv_php_reset_slot()
774 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &sts); in pnv_php_interrupt()
776 pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, sts); in pnv_php_interrupt()
860 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, &sts); in pnv_php_init_irq()
865 pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, sts); in pnv_php_init_irq()
/openbmc/qemu/hw/pci/
H A Dpcie.c401 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in hotplug_event_update_event_status()
487 PCI_EXP_SLTSTA, event) == event) { in pcie_cap_slot_event()
497 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_plug_common()
542 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb()
558 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb()
597 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug()
604 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug()
658 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_unplug_request_cb()
725 pci_word_test_and_set_mask(dev->w1cmask + pos + PCI_EXP_SLTSTA, in pcie_cap_slot_init()
729 pci_word_test_and_clear_mask(dev->cmask + pos + PCI_EXP_SLTSTA, in pcie_cap_slot_init()
[all …]
/openbmc/linux/drivers/pci/
H A Daccess.c390 case PCI_EXP_SLTSTA: in pcie_capability_reg_implemented()
441 pos == PCI_EXP_SLTSTA) in pcie_capability_read_word()
469 pos == PCI_EXP_SLTSTA) in pcie_capability_read_dword()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c649 eeh_ops->read_config(edev, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h621 #define PCI_EXP_SLTSTA 0x1a /* Slot Status */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h622 #define PCI_EXP_SLTSTA 0x1a /* Slot Status */ macro
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-driver.c229 pcie_capability_read_word(pci_dev, PCI_EXP_SLTSTA, &stat); in cobalt_pcie_status_show()