Searched refs:clockUnit (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/common/platform/mmc/himci_v200/proc/ |
H A D | himci_proc.c | 214 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 D | sdhci_proc.c | 213 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 1 milliseconds