templ 319 arch/powerpc/platforms/powernv/ocxl.c static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) templ 323 arch/powerpc/platforms/powernv/ocxl.c WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); templ 324 arch/powerpc/platforms/powernv/ocxl.c idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; templ 325 arch/powerpc/platforms/powernv/ocxl.c shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); templ 566 arch/x86/math-emu/reg_ld_str.c long templ = 0; templ 603 arch/x86/math-emu/reg_ld_str.c templ = tmp.sigl; templ 649 arch/x86/math-emu/reg_ld_str.c templ = (tmp.sigh >> 8) & 0x007fffff; templ 662 arch/x86/math-emu/reg_ld_str.c templ = 0x7f800000; templ 671 arch/x86/math-emu/reg_ld_str.c templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; templ 675 arch/x86/math-emu/reg_ld_str.c templ = 0; templ 691 arch/x86/math-emu/reg_ld_str.c templ = 0x7f800000; templ 697 arch/x86/math-emu/reg_ld_str.c templ = st0_ptr->sigh >> 8; templ 703 arch/x86/math-emu/reg_ld_str.c templ |= (0x40000000 >> 8); templ 705 arch/x86/math-emu/reg_ld_str.c templ |= 0x7f800000; templ 711 arch/x86/math-emu/reg_ld_str.c templ = 0xffc00000; templ 742 arch/x86/math-emu/reg_ld_str.c templ |= 0x80000000; templ 746 arch/x86/math-emu/reg_ld_str.c FPU_put_user(templ, (unsigned long __user *)single); templ 129 crypto/xor.c #define xor_speed(templ) do_xor_speed((templ), b1, b2) templ 2408 drivers/video/fbdev/sis/init.c unsigned int templ, datal; templ 2455 drivers/video/fbdev/sis/init.c templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth; templ 2457 drivers/video/fbdev/sis/init.c datal = templ % MCLK16; templ 2458 drivers/video/fbdev/sis/init.c templ = (templ / MCLK16) + 1; templ 2459 drivers/video/fbdev/sis/init.c if(datal) templ++; templ 2461 drivers/video/fbdev/sis/init.c if(templ > 0x13) { templ 2468 drivers/video/fbdev/sis/init.c ThresholdLow = templ; templ 2496 drivers/video/fbdev/sis/init.c templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0x50); templ 2500 drivers/video/fbdev/sis/init.c templ &= 0xfffff9ff; templ 2501 drivers/video/fbdev/sis/init.c templ |= ((queuedata[i] & 0xc0) << 3); templ 2505 drivers/video/fbdev/sis/init.c templ &= 0xf0ffffff; templ 2509 drivers/video/fbdev/sis/init.c templ |= 0x0b000000; templ 2511 drivers/video/fbdev/sis/init.c templ |= ((queuedata[i] & 0xf0) << 20); templ 2516 drivers/video/fbdev/sis/init.c sisfb_write_nbridge_pci_dword(SiS_Pr, 0x50, templ); templ 2517 drivers/video/fbdev/sis/init.c templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0xA0); templ 2522 drivers/video/fbdev/sis/init.c templ &= 0x00ffffff; templ 2524 drivers/video/fbdev/sis/init.c templ |= (((datal & 0x0f00) | ((datal & 0x3000) >> 8)) << 20); templ 2528 drivers/video/fbdev/sis/init.c templ &= 0xf0ffffff; templ 2529 drivers/video/fbdev/sis/init.c templ |= ((queuedata[i] & 0x0f) << 24); templ 2533 drivers/video/fbdev/sis/init.c sisfb_write_nbridge_pci_dword(SiS_Pr, 0xA0, templ); templ 2848 drivers/video/fbdev/sis/sis_main.c u32 tempq = 0, templ; templ 2886 drivers/video/fbdev/sis/sis_main.c if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) { templ 2899 drivers/video/fbdev/sis/sis_main.c writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4); templ 22 tools/perf/tests/dso-data.c char *templ = buf_templ; templ 29 tools/perf/tests/dso-data.c fd = mkstemp(templ); templ 45 tools/perf/tests/dso-data.c templ = NULL; templ 49 tools/perf/tests/dso-data.c return templ;