Searched refs:templ (Results 1 – 5 of 5) sorted by relevance
565 long templ = 0; in FPU_store_single() local602 templ = tmp.sigl; in FPU_store_single()648 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()661 templ = 0x7f800000; in FPU_store_single()670 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()674 templ = 0; in FPU_store_single()690 templ = 0x7f800000; in FPU_store_single()696 templ = st0_ptr->sigh >> 8; in FPU_store_single()702 templ |= (0x40000000 >> 8); in FPU_store_single()704 templ |= 0x7f800000; in FPU_store_single()[all …]
19 char *templ = buf_templ; in test_file() local26 fd = mkstemp(templ); in test_file()42 templ = NULL; in test_file()46 return templ; in test_file()
135 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks() argument
2408 unsigned int templ, datal; in SiS_SetCRT1FIFO_630() local2455 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth; in SiS_SetCRT1FIFO_630()2457 datal = templ % MCLK16; in SiS_SetCRT1FIFO_630()2458 templ = (templ / MCLK16) + 1; in SiS_SetCRT1FIFO_630()2459 if(datal) templ++; in SiS_SetCRT1FIFO_630()2461 if(templ > 0x13) { in SiS_SetCRT1FIFO_630()2468 ThresholdLow = templ; in SiS_SetCRT1FIFO_630()2496 templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0x50); in SiS_SetCRT1FIFO_630()2500 templ &= 0xfffff9ff; in SiS_SetCRT1FIFO_630()2501 templ |= ((queuedata[i] & 0xc0) << 3); in SiS_SetCRT1FIFO_630()[all …]
2810 u32 tempq = 0, templ; in sisfb_engine_init() local2848 if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) { in sisfb_engine_init()2861 writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4); in sisfb_engine_init()