Lines Matching defs:control
198 u16 control, status;
228 control = PCI_PRI_CTRL_ENABLE;
229 pci_write_config_word(pdev, pri + PCI_PRI_CTRL, control);
244 u16 control;
257 pci_read_config_word(pdev, pri + PCI_PRI_CTRL, &control);
258 control &= ~PCI_PRI_CTRL_ENABLE;
259 pci_write_config_word(pdev, pri + PCI_PRI_CTRL, control);
271 u16 control = PCI_PRI_CTRL_ENABLE;
285 pci_write_config_word(pdev, pri + PCI_PRI_CTRL, control);
297 u16 control;
309 control = PCI_PRI_CTRL_RESET;
310 pci_write_config_word(pdev, pri + PCI_PRI_CTRL, control);
363 u16 control, supported;
392 control = PCI_PASID_CTRL_ENABLE | features;
395 pci_write_config_word(pdev, pasid + PCI_PASID_CTRL, control);
409 u16 control = 0;
422 pci_write_config_word(pdev, pasid + PCI_PASID_CTRL, control);
434 u16 control;
446 control = PCI_PASID_CTRL_ENABLE | pdev->pasid_features;
447 pci_write_config_word(pdev, pasid + PCI_PASID_CTRL, control);