Searched refs:PCI_EXP_DPC_STATUS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pci/pcie/ |
H A D | dpc.c | 82 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in dpc_completed() 132 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive() 136 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive() 171 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_reset_link() 205 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &dpc_status); in dpc_process_rp_pio_error() 268 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_process_error() 313 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_irq() 318 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_irq()
|
H A D | edr.c | 187 pci_read_config_word(edev, edev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in edr_handle_event()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 1042 #define PCI_EXP_DPC_STATUS 0x08 /* DPC Status */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 1047 #define PCI_EXP_DPC_STATUS 0x08 /* DPC Status */ macro
|