Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/core/
Ddebugfs.c35 static const char *vdd_str[] = { in mmc_ios_show() local
64 else if (ios->vdd < (ARRAY_SIZE(vdd_str) - 1) in mmc_ios_show()
65 && vdd_str[ios->vdd] && vdd_str[ios->vdd + 1]) in mmc_ios_show()
66 seq_printf(s, "(%s ~ %s V)\n", vdd_str[ios->vdd], in mmc_ios_show()
67 vdd_str[ios->vdd + 1]); in mmc_ios_show()