Lines Matching refs:widths
1646 uint widths; member
1691 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1697 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1701 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1705 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1710 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1715 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1720 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1733 uint widths[] = {MMC_MODE_4BIT, MMC_MODE_1BIT}; in sd_select_mode_and_width() local
1768 for (w = widths; w < widths + ARRAY_SIZE(widths); w++) { in sd_select_mode_and_width()
1769 if (*w & caps & mwt->widths) { in sd_select_mode_and_width()
1911 .widths = MMC_MODE_8BIT,
1917 .widths = MMC_MODE_8BIT,
1924 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT,
1930 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT,
1934 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1938 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1942 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
2109 for_each_supported_width(card_caps & mwt->widths, in mmc_select_mode_and_width()