Searched refs:PCI_EXP_DPC_CTL (Results 1 – 2 of 2) sorted by relevance
242 pci_read_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, &ctl); in dpc_probe()255 pci_write_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, ctl); in dpc_probe()271 pci_read_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, &ctl); in dpc_remove()273 pci_write_config_word(pdev, dpc->cap_pos + PCI_EXP_DPC_CTL, ctl); in dpc_remove()
992 #define PCI_EXP_DPC_CTL 6 /* DPC control */ macro