Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dcmd_bmode.c13 static const struct boot_mode *modes[2]; variable
19 for (i = 0; i < ARRAY_SIZE(modes); i++) { in search_modes()
20 const struct boot_mode *p = modes[i]; in search_modes()
37 for (i = 0; i < ARRAY_SIZE(modes); i++) { in create_usage()
38 const struct boot_mode *p = modes[i]; in create_usage()
98 modes[0] = p; in add_board_boot_modes()
99 modes[1] = soc_boot_modes; in add_board_boot_modes()
/rk3399_rockchip-uboot/drivers/usb/common/
H 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()
/rk3399_rockchip-uboot/common/
H A Dedid.c79 int modes; member
2647 if (data->modes >= MODE_LEN) in drm_add_hdmi_modes()
2649 mode_buf[(data->modes)++] = *mode; in drm_add_hdmi_modes()
2724 int i, modes = 0; in do_cea_modes() local
2745 modes++; in do_cea_modes()
2749 return modes; in do_cea_modes()
2766 int modes = 0, i; in do_y420vdb_modes() local
2777 modes++; in do_y420vdb_modes()
2780 return modes; in do_y420vdb_modes()
2816 int num = data->modes, modes = 0, i, k; in add_hdmi_mandatory_stereo_modes() local
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dregulator.c145 struct dm_regulator_mode *modes; in do_info() local
174 mode_count = regulator_mode(dev, &modes); in do_info()
177 for (i = 0; i < mode_count; i++, modes++) in do_info()
178 constraint(" - mode id:", modes->id, modes->name); in do_info()
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Datibios.c90 u16 *modes; in atibios_debug_mode() local
120 modes = malloc(size); in atibios_debug_mode()
121 if (!modes) in atibios_debug_mode()
123 memcpy(modes, modes_bios, size); in atibios_debug_mode()
133 for (ptr = modes; *ptr != 0xffff; ptr++) { in atibios_debug_mode()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A DKconfig45 This wrapper supports Host and Peripheral operation modes.
53 This wrapper supports Host and Peripheral operation modes.
/rk3399_rockchip-uboot/Documentation/devicetree/bindings/rtc/
H A Dbrcm,brcmstb-waketimer.txt4 ability to wake up the system from low-power suspend/standby modes.
/rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/
H A Di2c-stm32.txt16 modes are implemented, possible values are 100000, 400000 and 1000000.
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_tve.c721 struct drm_display_mode modes[2]; in tve_select_output() local
733 modes[i] = tve_modes[i]; in tve_select_output()
735 modes[i].type |= DRM_MODE_TYPE_PREFERRED; in tve_select_output()
737 *mode = modes[tve->preferred_mode]; in tve_select_output()
834 *mode = modes[0]; in tve_select_output()
838 *mode = modes[1]; in tve_select_output()
H A Drockchip_display_helper.c62 for (i = 0; i < edid_data->modes; i++) { in drm_mode_max_resolution_filter()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dvectors.S242 msr spsr, r13 @ switch modes, make sure moves will execute
244 movs pc, lr @ jump to next instruction & switch modes.
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Ddisplay-timing.txt11 - native-mode: The native mode for the display, in case multiple modes are
/rk3399_rockchip-uboot/lib/efi/
H A DKconfig42 EFI does not support mixing 32-bit and 64-bit modes. This is a
/rk3399_rockchip-uboot/doc/
H A DREADME.ti-secure91 ISSW - Generates an image for all other boot modes
116 X-LOADER - Generates an image for NOR or QSPI boot modes
117 MLO - Generates an image for SD/MMC/eMMC boot modes
118 ULO - Generates an image for USB/UART peripheral boot modes
H A DREADME.davinci.nand_spl16 between the two NAND read/write modes.
H A DREADME.b4860qds127 Note: PCIe slots modes: All the PCIe devices work as Root Complex.
152 Note: PCIe slots modes: All the PCIe devices work as Root Complex.
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.dual-flash1 SPI/QSPI Dual flash connection modes:
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsun8i-h3-orangepi-pc-plus.dts84 /* Increase drive strength for DDR modes */
H A Dsun8i-h3-orangepi-plus.dts99 /* Increase drive strength for DDR modes */
H A Dsun8i-a33-sinlinx-sina33.dts117 /* Increase drive strength for DDR modes */
H A Dsun9i-a80-cubieboard4.dts102 /* Increase drive strength for DDR modes */
H A Dsun9i-a80-optimus.dts143 /* Increase drive strength for DDR modes */
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg118 ; the I2C, SPI, or UART modes are being used. This ensures that
/rk3399_rockchip-uboot/lib/lzma/
H A Dhistory.txt12 if more than 10 threads were used (or more than 20 threads in some modes).
/rk3399_rockchip-uboot/arch/arm/mach-omap2/am33xx/
H A DKconfig243 For all boot modes, after the ROM processes the

12