Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/pcie/
Ddpc.c107 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive()
111 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive()
141 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_reset_link()
169 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &dpc_status); in dpc_process_rp_pio_error()
234 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_handler()
273 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_irq()
278 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_irq()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h1011 #define PCI_EXP_DPC_STATUS 8 /* DPC Status */ macro