Lines Matching refs:str
59 const char *str; in mmc_ios_show() local
76 str = "open drain"; in mmc_ios_show()
79 str = "push-pull"; in mmc_ios_show()
82 str = "invalid"; in mmc_ios_show()
85 seq_printf(s, "bus mode:\t%u (%s)\n", ios->bus_mode, str); in mmc_ios_show()
89 str = "don't care"; in mmc_ios_show()
92 str = "active high"; in mmc_ios_show()
95 str = "active low"; in mmc_ios_show()
98 str = "invalid"; in mmc_ios_show()
101 seq_printf(s, "chip select:\t%u (%s)\n", ios->chip_select, str); in mmc_ios_show()
105 str = "off"; in mmc_ios_show()
108 str = "up"; in mmc_ios_show()
111 str = "on"; in mmc_ios_show()
114 str = "invalid"; in mmc_ios_show()
117 seq_printf(s, "power mode:\t%u (%s)\n", ios->power_mode, str); in mmc_ios_show()
123 str = "legacy"; in mmc_ios_show()
126 str = "mmc high-speed"; in mmc_ios_show()
129 str = "sd high-speed"; in mmc_ios_show()
132 str = "sd uhs SDR12"; in mmc_ios_show()
135 str = "sd uhs SDR25"; in mmc_ios_show()
138 str = "sd uhs SDR50"; in mmc_ios_show()
141 str = "sd uhs SDR104"; in mmc_ios_show()
144 str = "sd uhs DDR50"; in mmc_ios_show()
147 str = "mmc DDR52"; in mmc_ios_show()
150 str = "mmc HS200"; in mmc_ios_show()
153 str = mmc_card_hs400es(host->card) ? in mmc_ios_show()
157 str = "invalid"; in mmc_ios_show()
160 seq_printf(s, "timing spec:\t%u (%s)\n", ios->timing, str); in mmc_ios_show()
164 str = "3.30 V"; in mmc_ios_show()
167 str = "1.80 V"; in mmc_ios_show()
170 str = "1.20 V"; in mmc_ios_show()
173 str = "invalid"; in mmc_ios_show()
176 seq_printf(s, "signal voltage:\t%u (%s)\n", ios->signal_voltage, str); in mmc_ios_show()
180 str = "driver type A"; in mmc_ios_show()
183 str = "driver type B"; in mmc_ios_show()
186 str = "driver type C"; in mmc_ios_show()
189 str = "driver type D"; in mmc_ios_show()
192 str = "invalid"; in mmc_ios_show()
195 seq_printf(s, "driver type:\t%u (%s)\n", ios->drv_type, str); in mmc_ios_show()