Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 50) sorted by relevance

12

/u-boot/arch/arm/mach-imx/
A Dcmd_bmode.c12 static const struct boot_mode *modes[2]; variable
18 for (i = 0; i < ARRAY_SIZE(modes); i++) { in search_modes()
19 const struct boot_mode *p = modes[i]; in search_modes()
36 for (i = 0; i < ARRAY_SIZE(modes); i++) { in create_usage()
37 const struct boot_mode *p = modes[i]; in create_usage()
109 modes[0] = p; in add_board_boot_modes()
110 modes[1] = soc_boot_modes; in add_board_boot_modes()
/u-boot/drivers/usb/common/
A Dfsl-dt-fixup.c137 static const char * const modes[] = { "host", "peripheral", "otg" }; in fsl_fdt_fixup_dr_usb() local
157 for (j = 0; j < ARRAY_SIZE(modes); j++) { in fsl_fdt_fixup_dr_usb()
159 modes[j])) { in fsl_fdt_fixup_dr_usb()
179 dr_mode_type = modes[mode_idx]; in fsl_fdt_fixup_dr_usb()
/u-boot/drivers/usb/dwc3/
A DKconfig31 This wrapper supports Host and Peripheral operation modes.
39 This wrapper supports Host and Peripheral operation modes.
47 This wrapper supports Host and Peripheral operation modes.
/u-boot/cmd/
A Dregulator.c147 struct dm_regulator_mode *modes; in do_info() local
176 mode_count = regulator_mode(dev, &modes); in do_info()
179 for (i = 0; i < mode_count; i++, modes++) in do_info()
180 constraint(" - mode id:", modes->id, modes->name); in do_info()
/u-boot/arch/arm/dts/
A Dbcm283x-rpi-lan7515.dtsi32 microchip,led-modes = <
A Dkirkwood-is2.dts32 modes-map = <NS_V2_LED_OFF 1 0
A Dkirkwood-ns2.dts32 modes-map = <NS_V2_LED_OFF 1 0
A Dkirkwood-d2net.dts30 modes-map = <NS_V2_LED_OFF 1 0
A Dkirkwood-ns2max.dts51 modes-map = <NS_V2_LED_OFF 1 0
A Dkirkwood-ns2mini.dts52 modes-map = <NS_V2_LED_OFF 1 0
A Dimx7-colibri-emmc.dts79 * usbotg1 on Colibri iMX7 can function in both host/otg modes.
A Dimx7-colibri-rawnand.dts81 * usbotg1 on Colibri iMX7 can function in both host/otg modes.
/u-boot/doc/device-tree-bindings/rtc/
A Dbrcm,brcmstb-waketimer.txt4 ability to wake up the system from low-power suspend/standby modes.
/u-boot/drivers/power/regulator/
A Dda9063.c188 const struct dm_regulator_mode *modes, in da9063_find_mode_by_id() argument
192 if (modes->id == id) in da9063_find_mode_by_id()
193 return modes; in da9063_find_mode_by_id()
194 modes++; in da9063_find_mode_by_id()
/u-boot/drivers/bios_emulator/
A Datibios.c94 u16 *modes; in atibios_debug_mode() local
124 modes = malloc(size); in atibios_debug_mode()
125 if (!modes) in atibios_debug_mode()
127 memcpy(modes, modes_bios, size); in atibios_debug_mode()
137 for (ptr = modes; *ptr != 0xffff; ptr++) { in atibios_debug_mode()
/u-boot/doc/device-tree-bindings/i2c/
A Docteon-i2c.txt13 modes are implemented, possible values are 100000, 400000 and 1000000.
A Di2c-stm32.txt16 modes are implemented, possible values are 100000, 400000 and 1000000.
/u-boot/doc/device-tree-bindings/video/tilcdc/
A Dtilcdc.txt31 and blue colors are swapped in either 16 or 24-bit color modes.
45 but for 24 bit color modes the wiring of blue and red components is
A Dpanel.txt15 - display-timings: typical videomode of lcd panel. Multiple video modes
/u-boot/arch/arm/lib/
A Dvectors.S232 msr spsr, r13 @ switch modes, make sure moves will execute
234 movs pc, lr @ jump to next instruction & switch modes.
/u-boot/doc/
A DREADME.ti-secure91 ISSW - Generates an image for all other boot modes
117 X-LOADER - Generates an image for NOR or QSPI boot modes
118 MLO - Generates an image for SD/MMC/eMMC boot modes
119 ULO - Generates an image for USB/UART peripheral boot modes
133 u-boot-spl_HS_ULO - boot image for USB/UART peripheral boot modes
/u-boot/doc/develop/
A Dcoccinelle.rst78 Four basic modes are defined: ``patch``, ``report``, ``context``, and
92 Note that not all semantic patches implement all modes. For easy use
95 Two other modes provide some common combinations of these modes.
97 - ``chain`` tries the previous modes in the order above until one succeeds.
186 In these modes, which works on a file basis, there is no information
/u-boot/lib/efi/
A DKconfig43 EFI does not support mixing 32-bit and 64-bit modes. This is a
/u-boot/doc/device-tree-bindings/video/
A Ddisplay-timing.txt11 - native-mode: The native mode for the display, in case multiple modes are
/u-boot/drivers/net/octeontx2/
A Dcgx_intf.h250 u64 modes:55; member

Completed in 36 milliseconds

12