Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
A Ddpc.c59 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()
428 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_enable()
431 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_enable()
441 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_disable()
443 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_disable()
/linux/include/uapi/linux/
A Dpci_regs.h1045 #define PCI_EXP_DPC_CTL 0x06 /* DPC control */ macro

Completed in 11 milliseconds