Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dtau_6xx.c41 } tau[NR_CPUS]; variable
81 tau[cpu].grew = 1; in TAUupdate()
92 tau[cpu].grew = 1; in TAUupdate()
127 size = tau[cpu].high - tau[cpu].low; in tau_timeout()
135 tau[cpu].low += 1; in tau_timeout()
137 if ((tau[cpu].high - tau[cpu].low) != min_window){ in tau_timeout()
144 tau[cpu].grew = 0; in tau_timeout()
183 tau[cpu].low = 5; in TAU_init_smp()
184 tau[cpu].high = 120; in TAU_init_smp()
226 return ((tau[cpu].high << 16) | tau[cpu].low); in cpu_temp_both()
[all …]
/linux-6.15/drivers/gpu/drm/radeon/
H A Dsi_dpm.h68 u32 tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member
H A Dsislands_smc.h362 uint32_t tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member
H A Dsi_dpm.c2449 dte_tables->tau[i] = cpu_to_be32(dte_data->tau[i]); in si_initialize_smc_dte_tables()
/linux-6.15/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsislands_smc.h358 uint32_t tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member
H A Dsi_dpm.h896 u32 tau[SMC_SISLANDS_DTE_MAX_FILTER_STAGES]; member
H A Dsi_dpm.c2606 dte_tables->tau[i] = cpu_to_be32(dte_data->tau[i]); in si_initialize_smc_dte_tables()