Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_DLLSC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c309 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
570 atomic_and(~PCI_EXP_SLTSTA_DLLSC, &ctrl->pending_events); in pciehp_ignore_dpc_link_change()
573 PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()
584 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()
633 PCI_EXP_SLTSTA_DLLSC; in pciehp_isr()
735 events &= ~PCI_EXP_SLTSTA_DLLSC; in pciehp_ist()
835 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
879 PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()
882 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()
912 stat_mask |= PCI_EXP_SLTSTA_DLLSC; in pciehp_reset_slot()
[all …]
H A Dpnv_php.c551 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_reset_slot()
775 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()
780 !!(sts & PCI_EXP_SLTSTA_DLLSC), in pnv_php_interrupt()
783 if (sts & PCI_EXP_SLTSTA_DLLSC) { in pnv_php_interrupt()
862 sts |= PCI_EXP_SLTSTA_DLLSC; in pnv_php_init_irq()
864 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
H A Dpciehp_ctrl.c124 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()
242 if (events & PCI_EXP_SLTSTA_DLLSC) in pciehp_handle_presence_or_link_change()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c246 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h630 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h631 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */ macro