Searched refs:PCI_EXP_DPC_CTL (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/pci/pcie/ |
H A D | dpc.c | 56 pci_read_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, cap); in pci_save_dpc_state() 72 pci_write_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, *cap); in pci_restore_dpc_state() 372 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_CTL, &ctl); in dpc_probe() 375 pci_write_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_CTL, ctl); in dpc_probe() 393 pci_read_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_CTL, &ctl); in dpc_remove() 395 pci_write_config_word(pdev, pdev->dpc_cap + PCI_EXP_DPC_CTL, ctl); in dpc_remove()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 1037 #define PCI_EXP_DPC_CTL 0x06 /* DPC control */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 1042 #define PCI_EXP_DPC_CTL 0x06 /* DPC control */ macro
|