Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/tests/
H A Ddso-data.c23 char *templ = buf_templ; in test_file()
30 fd = mkstemp(templ); in test_file()
46 templ = NULL; in test_file()
50 return templ; in test_file()
22 char *templ = buf_templ; test_file() local
/linux/arch/powerpc/platforms/powernv/
H A Docxl.c313 static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) in set_templ_rate() argument
317 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); in set_templ_rate()
318 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; in set_templ_rate()
319 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); in set_templ_rate()
/linux/drivers/video/fbdev/sis/
H A Dinit.c2408 unsigned int templ, datal; in SiS_SetCRT1FIFO_630() local
2454 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth; in SiS_SetCRT1FIFO_630()
2456 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()
2495 templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0x50); in SiS_SetCRT1FIFO_630()
2499 templ &= 0xfffff9ff; in SiS_SetCRT1FIFO_630()
2500 templ |= ((queuedata[i] & 0xc0) << 3); in SiS_SetCRT1FIFO_630()
[all …]