Searched refs:PCI_EXP_DPC_CTL (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/pci/pcie/ |
| H A D | dpc.c | 59 pci_read_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, cap); in pci_save_dpc_state() 75 pci_write_config_word(dev, dev->dpc_cap + PCI_EXP_DPC_CTL, *cap); in pci_restore_dpc_state() 451 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_enable() 454 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_enable() 464 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_disable() 466 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_disable()
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 1086 #define PCI_EXP_DPC_CTL 0x06 /* DPC control */ macro
|