Searched refs:PCI_EXP_DPC_STATUS (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/pci/pcie/ |
| D | dpc.c | 79 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive() 83 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive() 112 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_reset_link() 141 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &dpc_status); in dpc_process_rp_pio_error() 204 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_process_error() 249 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_irq() 254 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_irq()
|
| D | edr.c | 172 pci_read_config_word(edev, edev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in edr_handle_event()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | pci_regs.h | 1020 #define PCI_EXP_DPC_STATUS 8 /* DPC Status */ macro
|