| /u-boot/arch/arm/mach-imx/ |
| A D | cmd_bmode.c | 12 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 D | fsl-dt-fixup.c | 137 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 D | Kconfig | 31 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 D | regulator.c | 147 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 D | bcm283x-rpi-lan7515.dtsi | 32 microchip,led-modes = <
|
| A D | kirkwood-is2.dts | 32 modes-map = <NS_V2_LED_OFF 1 0
|
| A D | kirkwood-ns2.dts | 32 modes-map = <NS_V2_LED_OFF 1 0
|
| A D | kirkwood-d2net.dts | 30 modes-map = <NS_V2_LED_OFF 1 0
|
| A D | kirkwood-ns2max.dts | 51 modes-map = <NS_V2_LED_OFF 1 0
|
| A D | kirkwood-ns2mini.dts | 52 modes-map = <NS_V2_LED_OFF 1 0
|
| A D | imx7-colibri-emmc.dts | 79 * usbotg1 on Colibri iMX7 can function in both host/otg modes.
|
| A D | imx7-colibri-rawnand.dts | 81 * usbotg1 on Colibri iMX7 can function in both host/otg modes.
|
| /u-boot/doc/device-tree-bindings/rtc/ |
| A D | brcm,brcmstb-waketimer.txt | 4 ability to wake up the system from low-power suspend/standby modes.
|
| /u-boot/drivers/power/regulator/ |
| A D | da9063.c | 188 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 D | atibios.c | 94 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 D | octeon-i2c.txt | 13 modes are implemented, possible values are 100000, 400000 and 1000000.
|
| A D | i2c-stm32.txt | 16 modes are implemented, possible values are 100000, 400000 and 1000000.
|
| /u-boot/doc/device-tree-bindings/video/tilcdc/ |
| A D | tilcdc.txt | 31 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 D | panel.txt | 15 - display-timings: typical videomode of lcd panel. Multiple video modes
|
| /u-boot/arch/arm/lib/ |
| A D | vectors.S | 232 msr spsr, r13 @ switch modes, make sure moves will execute 234 movs pc, lr @ jump to next instruction & switch modes.
|
| /u-boot/doc/ |
| A D | README.ti-secure | 91 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 D | coccinelle.rst | 78 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 D | Kconfig | 43 EFI does not support mixing 32-bit and 64-bit modes. This is a
|
| /u-boot/doc/device-tree-bindings/video/ |
| A D | display-timing.txt | 11 - native-mode: The native mode for the display, in case multiple modes are
|
| /u-boot/drivers/net/octeontx2/ |
| A D | cgx_intf.h | 250 u64 modes:55; member
|