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

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

Completed in 170 milliseconds