Lines Matching defs:pos
34 int pos;
64 pos = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_PTM);
65 if (!pos)
68 pci_read_config_dword(dev, pos + PCI_PTM_CAP, &cap);
93 pci_write_config_dword(dev, pos + PCI_PTM_CTRL, ctrl);
101 int pos;
108 pos = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_PTM);
109 if (!pos)
112 pci_read_config_dword(dev, pos + PCI_PTM_CAP, &cap);
137 pci_write_config_dword(dev, pos + PCI_PTM_CTRL, ctrl);