Home
last modified time | relevance | path

Searched refs:PCI_EXP_DPC_CTL_INT_EN (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/pcie/
Ddpc.c369 ctl = (ctl & 0xfff4) | PCI_EXP_DPC_CTL_EN_FATAL | PCI_EXP_DPC_CTL_INT_EN; in dpc_probe()
389 ctl &= ~(PCI_EXP_DPC_CTL_EN_FATAL | PCI_EXP_DPC_CTL_INT_EN); in dpc_remove()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpci_regs.h838 #define PCI_EXP_DPC_CTL_INT_EN 0x0008 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dpci_regs.h1031 #define PCI_EXP_DPC_CTL_INT_EN 0x0008 /* DPC Interrupt Enable */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpci_regs.h869 #define PCI_EXP_DPC_CTL_INT_EN 0x0008 macro