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;
395 control = PCI_PASID_CTRL_ENABLE | features;
398 pci_write_config_word(pdev, pasid + PCI_PASID_CTRL, control);
412 u16 control = 0;
425 pci_write_config_word(pdev, pasid + PCI_PASID_CTRL, control);
437 u16 control;
449 control = PCI_PASID_CTRL_ENABLE | pdev->pasid_features;
450 pci_write_config_word(pdev, pasid + PCI_PASID_CTRL, control);