Lines Matching refs:temp
118 int temp; in nforce2_write_pll() local
124 for (temp = 0; temp <= 0x3f; temp++) in nforce2_write_pll()
139 u32 fsb, temp = 0; in nforce2_fsb_read() local
151 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp); in nforce2_fsb_read()
153 if (bootfsb || !temp) in nforce2_fsb_read()
157 pci_read_config_dword(nforce2_dev, NFORCE2_PLLREG, &temp); in nforce2_fsb_read()
158 fsb = nforce2_calc_fsb(temp); in nforce2_fsb_read()
171 u32 temp = 0; in nforce2_set_fsb() local
188 pci_read_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8 *)&temp); in nforce2_set_fsb()
189 if (!temp) { in nforce2_set_fsb()
199 temp = 0x01; in nforce2_set_fsb()
200 pci_write_config_byte(nforce2_dev, NFORCE2_PLLENABLE, (u8)temp); in nforce2_set_fsb()
224 temp = 0x40; in nforce2_set_fsb()
225 pci_write_config_byte(nforce2_dev, NFORCE2_PLLADR, (u8)temp); in nforce2_set_fsb()