Lines Matching refs:str

57 	const char *str;  in mmc_ios_show()  local
74 str = "open drain"; in mmc_ios_show()
77 str = "push-pull"; in mmc_ios_show()
80 str = "invalid"; in mmc_ios_show()
83 seq_printf(s, "bus mode:\t%u (%s)\n", ios->bus_mode, str); in mmc_ios_show()
87 str = "don't care"; in mmc_ios_show()
90 str = "active high"; in mmc_ios_show()
93 str = "active low"; in mmc_ios_show()
96 str = "invalid"; in mmc_ios_show()
99 seq_printf(s, "chip select:\t%u (%s)\n", ios->chip_select, str); in mmc_ios_show()
103 str = "off"; in mmc_ios_show()
106 str = "up"; in mmc_ios_show()
109 str = "on"; in mmc_ios_show()
112 str = "invalid"; in mmc_ios_show()
115 seq_printf(s, "power mode:\t%u (%s)\n", ios->power_mode, str); in mmc_ios_show()
121 str = "legacy"; in mmc_ios_show()
124 str = "mmc high-speed"; in mmc_ios_show()
127 str = "sd high-speed"; in mmc_ios_show()
130 str = "sd uhs SDR12"; in mmc_ios_show()
133 str = "sd uhs SDR25"; in mmc_ios_show()
136 str = "sd uhs SDR50"; in mmc_ios_show()
139 str = "sd uhs SDR104"; in mmc_ios_show()
142 str = "sd uhs DDR50"; in mmc_ios_show()
145 str = "mmc DDR52"; in mmc_ios_show()
148 str = "mmc HS200"; in mmc_ios_show()
151 str = mmc_card_hs400es(host->card) ? in mmc_ios_show()
155 str = "invalid"; in mmc_ios_show()
158 seq_printf(s, "timing spec:\t%u (%s)\n", ios->timing, str); in mmc_ios_show()
162 str = "3.30 V"; in mmc_ios_show()
165 str = "1.80 V"; in mmc_ios_show()
168 str = "1.20 V"; in mmc_ios_show()
171 str = "invalid"; in mmc_ios_show()
174 seq_printf(s, "signal voltage:\t%u (%s)\n", ios->signal_voltage, str); in mmc_ios_show()
178 str = "driver type A"; in mmc_ios_show()
181 str = "driver type B"; in mmc_ios_show()
184 str = "driver type C"; in mmc_ios_show()
187 str = "driver type D"; in mmc_ios_show()
190 str = "invalid"; in mmc_ios_show()
193 seq_printf(s, "driver type:\t%u (%s)\n", ios->drv_type, str); in mmc_ios_show()