Lines Matching refs:tmp
248 u32 tmp; in SetCoreClockPLL() local
254 tmp = STG_READ_REG(Thread0Enable); in SetCoreClockPLL()
256 STG_WRITE_REG(Thread0Enable, tmp); in SetCoreClockPLL()
259 tmp = STG_READ_REG(Thread1Enable); in SetCoreClockPLL()
261 STG_WRITE_REG(Thread1Enable, tmp); in SetCoreClockPLL()
292 tmp = ((CORE_PLL_MODE_REG_0_7 << 8) | (core_pll & 0x00FF)); in SetCoreClockPLL()
293 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
299 tmp |= SET_BIT(14); in SetCoreClockPLL()
300 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
304 tmp = in SetCoreClockPLL()
306 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
309 tmp |= SET_BIT(14); in SetCoreClockPLL()
310 pci_write_config_word(pDev, CorePllControl, tmp); in SetCoreClockPLL()
317 tmp = ((STG_READ_REG(Thread0Enable)) | SET_BIT(0)); in SetCoreClockPLL()
318 STG_WRITE_REG(Thread0Enable, tmp); in SetCoreClockPLL()
321 tmp = ((STG_READ_REG(Thread1Enable)) | SET_BIT(0)); in SetCoreClockPLL()
322 STG_WRITE_REG(Thread1Enable, tmp); in SetCoreClockPLL()