Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/pcie/
Ddpc.c54 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive()
58 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_wait_rp_inactive()
93 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_reset_link()
120 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &dpc_status); in dpc_process_rp_pio_error()
164 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_handler()
200 pci_read_config_word(pdev, cap + PCI_EXP_DPC_STATUS, &status); in dpc_irq()
205 pci_write_config_word(pdev, cap + PCI_EXP_DPC_STATUS, in dpc_irq()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h997 #define PCI_EXP_DPC_STATUS 8 /* DPC Status */ macro