Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/pcie/
Ddpc.c81 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()
204 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &dpc_status); in dpc_process_rp_pio_error()
267 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_process_error()
312 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_irq()
317 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_irq()
Dedr.c181 pci_read_config_word(edev, edev->dpc_cap + PCI_EXP_DPC_STATUS, &status); in edr_handle_event()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h1042 #define PCI_EXP_DPC_STATUS 0x08 /* DPC Status */ macro