Home
last modified time | relevance | path

Searched refs:tau (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dtau_6xx.c36 } tau[NR_CPUS]; variable
59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID); in set_thresholds()
64 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE); in set_thresholds()
67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID); in set_thresholds()
68 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V); in set_thresholds()
84 if (tau[cpu].low >= step_size){ in TAUupdate()
85 tau[cpu].low -= step_size; in TAUupdate()
86 tau[cpu].high -= (step_size - window_expand); in TAUupdate()
88 tau[cpu].grew = 1; in TAUupdate()
96 if (tau[cpu].high <= 127-step_size){ in TAUupdate()
[all …]
/linux-4.1.27/crypto/
Dsalsa20_generic.c105 static const char tau[16] = "expand 16-byte k"; variable
119 constants = tau; in salsa20_keysetup()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dsi_dpm.h73 u32 tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member
Dsislands_smc.h370 uint32_t tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member
Dsi_dpm.c2511 dte_tables->tau[i] = cpu_to_be32(dte_data->tau[i]); in si_initialize_smc_dte_tables()