Searched refs:templ (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/math-emu/
H A Dreg_ld_str.c566 long templ = 0; local
603 templ = tmp.sigl;
649 templ = (tmp.sigh >> 8) & 0x007fffff;
662 templ = 0x7f800000;
671 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23;
675 templ = 0;
691 templ = 0x7f800000;
697 templ = st0_ptr->sigh >> 8;
703 templ |= (0x40000000 >> 8);
705 templ |
[all...]
/linux-master/crypto/
H A Dxor.c145 #define xor_speed(templ) do_xor_speed((templ), b1, b2)
/linux-master/tools/perf/tests/
H A Ddso-data.c22 char *templ = buf_templ; local
29 fd = mkstemp(templ);
45 templ = NULL;
49 return templ;
/linux-master/arch/powerpc/platforms/powernv/
H A Docxl.c319 static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) argument
323 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE);
324 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2;
325 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2));
/linux-master/drivers/video/fbdev/sis/
H A Dinit.c2408 unsigned int templ, datal; local
2454 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth;
2456 datal = templ % MCLK16;
2457 templ = (templ / MCLK16) + 1;
2458 if(datal) templ++;
2460 if(templ > 0x13) {
2467 ThresholdLow = templ;
2495 templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0x50);
2499 templ
[all...]
H A Dsis_main.c2831 u32 tempq = 0, templ; local
2869 if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) {
2882 writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4);

Completed in 171 milliseconds