Lines Matching defs:temp
118 int temp;
124 for (temp = 0; temp <= 0x3f; temp++)
137 u32 fsb, temp = 0;
149 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp);
151 if (bootfsb || !temp)
155 pci_read_config_dword(nforce2_dev, NFORCE2_PLLREG, &temp);
156 fsb = nforce2_calc_fsb(temp);
169 u32 temp = 0;
186 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp);
187 if (!temp) {
197 temp = 0x01;
198 pci_write_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8)temp);
222 temp = 0x40;
223 pci_write_config_byte(nforce2_dev, NFORCE2_PLLADR, (u8)temp);