Home
last modified time | relevance | path

Searched refs:curr_max (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/sound/core/
Dpcm_param_trace.h86 __field(unsigned int, curr_max)
107 __entry->curr_max = curr->max;
131 __entry->curr_max,
/linux-6.6.21/drivers/mmc/host/
Dsdhci-msm.c497 int row_index = 0, col_index = 0, selected_row_index = 0, curr_max = 0; in msm_find_most_appropriate_phase() local
572 if (phases_per_row[cnt] > curr_max) { in msm_find_most_appropriate_phase()
573 curr_max = phases_per_row[cnt]; in msm_find_most_appropriate_phase()
578 i = (curr_max * 3) / 4; in msm_find_most_appropriate_phase()