Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c139 if (ctrl->slot_ctrl & PCI_EXP_SLTCTL_HPIE && in pcie_wait_cmd()
600 (!(ctrl->slot_ctrl & PCI_EXP_SLTCTL_HPIE) && !pciehp_poll_mode)) in pciehp_isr()
805 cmd |= PCI_EXP_SLTCTL_HPIE; in pcie_enable_notification()
811 PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_CCIE | in pcie_enable_notification()
825 PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_CCIE | in pcie_disable_notification()
842 mask = PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_DLLSCE; in pcie_enable_interrupt()
857 mask = PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_DLLSCE; in pcie_disable_interrupt()
H A Dpnv_php.c46 ctrl &= ~(PCI_EXP_SLTCTL_HPIE | in pnv_php_disable_irq()
880 ctrl |= (PCI_EXP_SLTCTL_HPIE | in pnv_php_init_irq()
883 ctrl |= (PCI_EXP_SLTCTL_HPIE | in pnv_php_init_irq()
/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h75 PCI_EXP_SLTCTL_HPIE | \
/openbmc/qemu/hw/pci/
H A Dpcie.c370 dev->exp.hpev_notified = (sltctl & PCI_EXP_SLTCTL_HPIE) && in hotplug_event_update_event_status()
680 PCI_EXP_SLTCTL_HPIE | in pcie_cap_slot_init()
719 PCI_EXP_SLTCTL_HPIE | in pcie_cap_slot_reset()
/openbmc/linux/drivers/pci/pcie/
H A Dportdrv.c233 PCI_EXP_SLTCTL_CCIE | PCI_EXP_SLTCTL_HPIE); in get_port_device_capability()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h604 #define PCI_EXP_SLTCTL_HPIE 0x0020 /* Hot-Plug Interrupt Enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h605 #define PCI_EXP_SLTCTL_HPIE 0x0020 /* Hot-Plug Interrupt Enable */ macro
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c345 if ((reg16 & PCI_EXP_SLTCTL_HPIE) && (reg16 & PCI_EXP_SLTCTL_DLLSCE)) { in mlx5_check_hotplug_interrupt()