Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H 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()
438 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_enable()
441 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_enable()
451 pci_read_config_word(pdev, dpc + PCI_EXP_DPC_CTL, &ctl); in dpc_disable()
453 pci_write_config_word(pdev, dpc + PCI_EXP_DPC_CTL, ctl); in dpc_disable()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h1071 #define PCI_EXP_DPC_CTL 0x06 /* DPC control */ macro