Searched refs:templ (Results 1 – 6 of 6) sorted by relevance
566 long templ = 0; in FPU_store_single() local603 templ = tmp.sigl; in FPU_store_single()649 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()662 templ = 0x7f800000; in FPU_store_single()675 templ = 0; in FPU_store_single()691 templ = 0x7f800000; in FPU_store_single()697 templ = st0_ptr->sigh >> 8; in FPU_store_single()703 templ |= (0x40000000 >> 8); in FPU_store_single()705 templ |= 0x7f800000; in FPU_store_single()711 templ = 0xffc00000; in FPU_store_single()[all …]
22 char *templ = buf_templ; in test_file() local29 fd = mkstemp(templ); in test_file()45 templ = NULL; in test_file()49 return templ; in test_file()
145 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks() argument
2408 unsigned int templ, datal; in SiS_SetCRT1FIFO_630() local2456 datal = templ % MCLK16; in SiS_SetCRT1FIFO_630()2457 templ = (templ / MCLK16) + 1; in SiS_SetCRT1FIFO_630()2458 if(datal) templ++; in SiS_SetCRT1FIFO_630()2460 if(templ > 0x13) { in SiS_SetCRT1FIFO_630()2467 ThresholdLow = templ; in SiS_SetCRT1FIFO_630()2499 templ &= 0xfffff9ff; in SiS_SetCRT1FIFO_630()2504 templ &= 0xf0ffffff; in SiS_SetCRT1FIFO_630()2508 templ |= 0x0b000000; in SiS_SetCRT1FIFO_630()2521 templ &= 0x00ffffff; in SiS_SetCRT1FIFO_630()[all …]
2848 u32 tempq = 0, templ; in sisfb_engine_init() local2886 if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) { in sisfb_engine_init()2899 writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4); in sisfb_engine_init()
319 static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) in set_templ_rate() argument323 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); in set_templ_rate()324 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; in set_templ_rate()325 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); in set_templ_rate()
Completed in 24 milliseconds