Home
last modified time | relevance | path

Searched refs:PCI_EXP_DPC_STATUS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/pci/pcie/
Ddpc.c79 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()
Dedr.c172 pci_read_config_word(edev, edev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in edr_handle_event()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h1020 #define PCI_EXP_DPC_STATUS 8 /* DPC Status */ macro