Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/pcie/
Ddpc.c77 pci_read_config_word(dev, dpc->cap_pos + PCI_EXP_DPC_CTL, cap); in pci_save_dpc_state()
98 pci_write_config_word(dev, dpc->cap_pos + PCI_EXP_DPC_CTL, *cap); in pci_restore_dpc_state()
315 pci_read_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, &ctl); in dpc_probe()
328 pci_write_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, ctl); in dpc_probe()
346 pci_read_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, &ctl); in dpc_remove()
348 pci_write_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, ctl); in dpc_remove()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h1006 #define PCI_EXP_DPC_CTL 6 /* DPC control */ macro