Searched refs:min_tc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | dbg.c | 117 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count); in msdc_sdio_profile() 120 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count); in msdc_sdio_profile() 127 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count, in msdc_sdio_profile() 135 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count, in msdc_sdio_profile() 145 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count, in msdc_sdio_profile() 153 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count, in msdc_sdio_profile() 192 if (cmd->min_tc == 0 || ticks < cmd->min_tc) in msdc_performance() 193 cmd->min_tc = ticks; in msdc_performance()
|
D | dbg.h | 43 u32 min_tc; member
|