Searched refs:tot_tc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/mt7621-mmc/ |
D | dbg.c | 116 …r_debug("sdio === CMD52 Rx <%d>times tick<%d> Max<%d> Min<%d> Aver<%d>\n", cmd->count, cmd->tot_tc, in msdc_sdio_profile() 117 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count); in msdc_sdio_profile() 119 …r_debug("sdio === CMD52 Tx <%d>times tick<%d> Max<%d> Min<%d> Aver<%d>\n", cmd->count, cmd->tot_tc, in msdc_sdio_profile() 120 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count); in msdc_sdio_profile() 126 pr_debug("sdio<%6d><%3dB>_Rx_<%9d><%9d><%6d><%6d>_<%9dB><%2dM>\n", cmd->count, i, cmd->tot_tc, in msdc_sdio_profile() 127 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count, in msdc_sdio_profile() 128 cmd->tot_bytes, (cmd->tot_bytes / 10) * 13 / (cmd->tot_tc / 10)); in msdc_sdio_profile() 134 pr_debug("sdio<%6d><%3d>B_Rx_<%9d><%9d><%6d><%6d>_<%9dB><%2dM>\n", cmd->count, i, cmd->tot_tc, in msdc_sdio_profile() 135 cmd->max_tc, cmd->min_tc, cmd->tot_tc / cmd->count, in msdc_sdio_profile() 136 cmd->tot_bytes, (cmd->tot_bytes / 10) * 13 / (cmd->tot_tc / 10)); in msdc_sdio_profile() [all …]
|
D | dbg.h | 44 u32 tot_tc; /* total tick count */ member
|