Searched refs:PCI_EXP_SLTSTA (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/pci/hotplug/ |
H A D | pciehp_hpc.c | 91 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() 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() 652 pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, status); in pciehp_isr() 834 pcie_capability_write_word(ctrl_dev(ctrl), PCI_EXP_SLTSTA, in pcie_clear_hotplug_events() 878 pcie_capability_write_word(dev->port, PCI_EXP_SLTSTA, in pciehp_slot_reset() 920 pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, stat_mask); in pciehp_reset_slot() 953 pcie_capability_read_word(pdev, PCI_EXP_SLTSTA, ®16); in dbg_ctrl() [all …]
|
H A D | pnv_php.c | 550 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 D | pcie.c | 368 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in hotplug_event_update_event_status() 464 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_plug_common() 509 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb() 525 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_plug_cb() 564 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug() 571 pci_word_test_and_set_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_do_unplug() 745 pci_word_test_and_clear_mask(exp_cap + PCI_EXP_SLTSTA, in pcie_cap_slot_reset() 761 *slt_sta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_get() 792 uint16_t sltsta = pci_get_word(exp_cap + PCI_EXP_SLTSTA); in pcie_cap_slot_write_config() 812 pci_set_word(exp_cap + PCI_EXP_SLTSTA, sltsta); in pcie_cap_slot_write_config() [all …]
|
/openbmc/linux/drivers/pci/ |
H A D | access.c | 390 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 D | eeh_pe.c | 649 eeh_ops->read_config(edev, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 621 #define PCI_EXP_SLTSTA 0x1a /* Slot Status */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 622 #define PCI_EXP_SLTSTA 0x1a /* Slot Status */ macro
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.c | 229 pcie_capability_read_word(pci_dev, PCI_EXP_SLTSTA, &stat); in cobalt_pcie_status_show()
|