Searched refs:widths (Results 1 – 4 of 4) sorted by relevance
/u-boot/tools/binman/ |
A D | image.py | 261 widths[i] = max(widths[i], len(item)) 293 widths = [0] * num_columns 327 return selected_entries, lines, widths
|
A D | control.py | 161 entries, lines, widths = image.GetListEntries(entry_paths) 163 num_columns = len(widths) 167 print('-' * (sum(widths) + num_columns * 2)) 170 width = -widths[i]
|
/u-boot/drivers/mmc/ |
A D | mmc.c | 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, 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, [all …]
|
/u-boot/drivers/axi/ |
A D | Kconfig | 10 accessed using different address widths (8, 16, and 32 are supported
|
Completed in 8 milliseconds