Home
last modified time | relevance | path

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

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