Home
last modified time | relevance | path

Searched refs:clockUnit (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/mmc/himci_v200/proc/
H A Dhimci_proc.c214 static char *clockUnit[CLOCK_UINT_MAX_NUM] = { in ProcStatsClkPrint() local
222 status = LosBufPrintf(s, "\tHost work clock: %d%s\n", clockValue, clockUnit[clockScale]); in ProcStatsClkPrint()
227 status = LosBufPrintf(s, "\tCard support clock: %d%s\n", clockValue, clockUnit[clockScale]); in ProcStatsClkPrint()
232 status = LosBufPrintf(s, "\tCard work clock: %d%s\n", clockValue, clockUnit[clockScale]); in ProcStatsClkPrint()
/device/soc/hisilicon/common/platform/mmc/sdhci/proc/
H A Dsdhci_proc.c213 static char *clockUnit[CLOCK_UINT_MAX_NUM] = { in ProcStatsClkPrint() local
221 status = LosBufPrintf(s, "\tHost work clock: %d%s\n", clockValue, clockUnit[clockScale]); in ProcStatsClkPrint()
226 status = LosBufPrintf(s, "\tCard support clock: %d%s\n", clockValue, clockUnit[clockScale]); in ProcStatsClkPrint()
231 status = LosBufPrintf(s, "\tCard work clock: %d%s\n", clockValue, clockUnit[clockScale]); in ProcStatsClkPrint()

Completed in 2 milliseconds