Searched refs:PCI_EXP_DPC_STATUS (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/pci/pcie/ |
A D | dpc.c | 81 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in dpc_completed() 131 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive() 135 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive() 170 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()
|
A D | edr.c | 172 pci_read_config_word(edev, edev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in edr_handle_event()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pci_regs.h | 1041 #define PCI_EXP_DPC_STATUS 0x08 /* DPC Status */ macro
|
Completed in 11 milliseconds