Lines Matching refs:bus_width
1379 if (ios->bus_width == bus_width_8) {
1382 } else if (ios->bus_width == bus_width_4) {
1385 } else if (ios->bus_width == bus_width_1) {
1389 panic("Invalid bus width: %d", ios->bus_width);
1514 ios->bus_width == bus_width_8) ? MMC_TUNING_LEN_HS200 :
2450 *result = slot->host.ios.bus_width;
2541 slot->host.ios.bus_width = value;
2794 ios->bus_width = new_ios->bus_width;
2796 slot_printf(slot, "Bus width => %d\n", ios->bus_width);
2830 __func__, ios->power_mode, ios->clock, ios->bus_width, ios->timing);
2840 if (ios->bus_width == bus_width_8) {
2843 } else if (ios->bus_width == bus_width_4) {
2846 } else if (ios->bus_width == bus_width_1) {
2850 panic("Invalid bus width: %d", ios->bus_width);