Searched refs:modes (Results 1 - 12 of 12) sorted by relevance

/u-boot/arch/arm/mach-imx/
H A Dcmd_bmode.c12 static const struct boot_mode *modes[2]; variable in typeref:struct:boot_mode
18 for (i = 0; i < ARRAY_SIZE(modes); i++) {
19 const struct boot_mode *p = modes[i];
36 for (i = 0; i < ARRAY_SIZE(modes); i++) {
37 const struct boot_mode *p = modes[i];
113 modes[0] = p;
114 modes[1] = soc_boot_modes;
/u-boot/include/reboot-mode/
H A Dreboot-mode.h18 struct reboot_mode_mode *modes; member in struct:reboot_mode_uclass_platdata
/u-boot/drivers/reboot-mode/
H A Dreboot-mode-uclass.c34 if (plat_data->modes[i].mode_id == rebootmode) {
36 plat_data->modes[i].mode_name);
91 plat_data->modes = devm_kcalloc(dev, plat_data->count,
94 struct reboot_mode_mode *next = plat_data->modes;
/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c133 static const char * const modes[] = { "host", "peripheral", "otg" }; local
153 for (j = 0; j < ARRAY_SIZE(modes); j++) {
155 modes[j])) {
175 dr_mode_type = modes[mode_idx];
/u-boot/drivers/bios_emulator/
H A Datibios.c94 u16 *modes; local
124 modes = malloc(size);
125 if (!modes)
127 memcpy(modes, modes_bios, size);
137 for (ptr = modes; *ptr != 0xffff; ptr++) {
/u-boot/cmd/
H A Dregulator.c149 struct dm_regulator_mode *modes; local
178 mode_count = regulator_mode(dev, &modes);
179 constraint("* op modes:", mode_count, NULL);
181 for (i = 0; i < mode_count; i++, modes++)
182 constraint(" - mode id:", modes->id, modes->name);
/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk60 # Standard 2ND target (certain peripheral boot modes)
64 # Standard ULO target (certain peripheral boot modes)
68 # Standard ISSW target (certain devices, various boot modes), when copied to
/u-boot/drivers/power/regulator/
H A Dda9063.c188 const struct dm_regulator_mode *modes,
192 if (modes->id == id)
193 return modes;
194 modes++;
187 da9063_find_mode_by_id(int id, const struct dm_regulator_mode *modes, uint mode_count) argument
/u-boot/arch/arm/lib/
H A Dvectors.S256 msr spsr, r13 @ switch modes, make sure moves will execute
258 movs pc, lr @ jump to next instruction & switch modes.
/u-boot/drivers/net/octeontx2/
H A Dcgx_intf.h51 /* FIXME : add more error types when adding support for new modes */
250 u64 modes:55; member in struct:cgx_link_modes_s
/u-boot/drivers/mtd/
H A Dcfi_flash.c1811 int modes[] = { local
1817 for (i = 0; i < ARRAY_SIZE(modes); i++) {
1818 info->vendor = modes[i];
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c980 * First tries to retrieve supported timing modes from ONFI information,
1013 * First tries to retrieve supported timing modes from ONFI information,
1024 int modes, mode, ret; local
1034 modes = onfi_get_async_timing_mode(chip);
1035 if (modes == ONFI_TIMING_MODE_UNKNOWN) {
1039 modes = GENMASK(chip->onfi_timing_mode_default, 0);
1047 for (mode = fls(modes) - 1; mode >= 0; mode--) {
2421 /* No more retry modes; real failure */

Completed in 95 milliseconds