/u-boot/common/eeprom/ |
A D | eeprom_field.c | 14 char *delimiter, bool reverse) in __eeprom_field_print_bin() argument 17 int from = reverse ? field->size - 1 : 0; in __eeprom_field_print_bin() 18 int to = reverse ? 0 : field->size - 1; in __eeprom_field_print_bin() 21 for (i = from; i != to; reverse ? i-- : i++) in __eeprom_field_print_bin() 28 const char *value, bool reverse) in __eeprom_field_update_bin() argument 31 int k, j, i = reverse ? len - 1 : 0; in __eeprom_field_update_bin() 46 if ((reverse && i < 0) || (!reverse && i >= len)) in __eeprom_field_update_bin() 50 if (reverse && i == 0) { in __eeprom_field_update_bin() 55 tmp[k] = value[reverse ? i - 1 + k : i + k]; in __eeprom_field_update_bin() 63 i = reverse ? i - 2 : i + 2; in __eeprom_field_update_bin()
|
/u-boot/drivers/video/ |
A D | s6e8ax0.c | 18 int reverse = dsim_dev->dsim_lcd_dev->reverse_panel; in s6e8ax0_panel_cond() local 35 if (reverse) { in s6e8ax0_panel_cond()
|
/u-boot/doc/device-tree-bindings/video/ |
A D | exynos_mipi_dsi.txt | 53 samsung,dsim-device-reverse-panel: reverse panel. 81 samsung,dsim-device-reverse-panel = <1>;
|
/u-boot/cmd/ |
A D | bootmenu.c | 65 int reverse = (entry->menu->active == entry->num); in bootmenu_print_entry() local 75 if (reverse) in bootmenu_print_entry() 80 if (reverse) in bootmenu_print_entry()
|
A D | Kconfig | 1980 During decapsulation, the reverse process is performed to get back
|
/u-boot/drivers/tee/optee/ |
A D | Kconfig | 31 permits to test reverse RPC calls to TEE supplicant. Should
|
/u-boot/tools/patman/ |
A D | gitutil.py | 18 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument 39 if reverse:
|
A D | series.py | 174 versions = sorted(changes, reverse=True)
|
A D | patchstream.py | 685 params = gitutil.LogCmd(commit_range, reverse=True, count=count,
|
/u-boot/arch/arm/dts/ |
A D | exynos4210-trats.dts | 88 samsung,dsim-device-reverse-panel = <1>;
|
A D | exynos4412-trats2.dts | 107 samsung,dsim-device-reverse-panel = <1>;
|
/u-boot/doc/board/amlogic/ |
A D | libretech-cc.rst | 138 source code. Should you prefer to avoid that, there are open source reverse
|
/u-boot/arch/arm/cpu/armv7/ |
A D | psci.S | 281 @ The stacks are allocated in reverse order, i.e.
|
/u-boot/tools/dtoc/ |
A D | fdt.py | 532 reverse=True)
|
/u-boot/tools/ |
A D | moveconfig.py | 1763 key=lambda k: len(imply_configs[k]), reverse=True) 1822 for linenum in sorted(linenums, reverse=True):
|
/u-boot/tools/buildman/ |
A D | builder.py | 945 delta.reverse() 974 targets_by_diff = sorted(target_list, reverse=True,
|
/u-boot/arch/x86/dts/microcode/ |
A D | m0220661105_cv.dtsi | 12 * .No reverse engineering, decompilation, or disassembly of this software is
|
A D | m12206a7_00000029.dtsi | 12 * .No reverse engineering, decompilation, or disassembly of this software is
|
A D | m12306a9_0000001b.dtsi | 12 * .No reverse engineering, decompilation, or disassembly of this software is
|
A D | mc0306d4_00000018.dtsi | 12 * .No reverse engineering, decompilation, or disassembly of this software is
|
A D | m7240651_0000001c.dtsi | 12 * .No reverse engineering, decompilation, or disassembly of this software is
|
/u-boot/lib/ |
A D | Kconfig | 210 bool "Bit reverse library from Linux"
|
/u-boot/Licenses/ |
A D | lgpl-2.1.txt | 275 modification of the work for the customer's own use and reverse
|
A D | lgpl-2.0.txt | 262 modification of the work for the customer's own use and reverse
|
/u-boot/doc/driver-model/ |
A D | design.rst | 838 remove it. This performs the probe steps in reverse:
|