Home
last modified time | relevance | path

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

/u-boot/common/eeprom/
A Deeprom_field.c14 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 Ds6e8ax0.c18 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 Dexynos_mipi_dsi.txt53 samsung,dsim-device-reverse-panel: reverse panel.
81 samsung,dsim-device-reverse-panel = <1>;
/u-boot/cmd/
A Dbootmenu.c65 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 DKconfig1980 During decapsulation, the reverse process is performed to get back
/u-boot/drivers/tee/optee/
A DKconfig31 permits to test reverse RPC calls to TEE supplicant. Should
/u-boot/tools/patman/
A Dgitutil.py18 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument
39 if reverse:
A Dseries.py174 versions = sorted(changes, reverse=True)
A Dpatchstream.py685 params = gitutil.LogCmd(commit_range, reverse=True, count=count,
/u-boot/arch/arm/dts/
A Dexynos4210-trats.dts88 samsung,dsim-device-reverse-panel = <1>;
A Dexynos4412-trats2.dts107 samsung,dsim-device-reverse-panel = <1>;
/u-boot/doc/board/amlogic/
A Dlibretech-cc.rst138 source code. Should you prefer to avoid that, there are open source reverse
/u-boot/arch/arm/cpu/armv7/
A Dpsci.S281 @ The stacks are allocated in reverse order, i.e.
/u-boot/tools/dtoc/
A Dfdt.py532 reverse=True)
/u-boot/tools/
A Dmoveconfig.py1763 key=lambda k: len(imply_configs[k]), reverse=True)
1822 for linenum in sorted(linenums, reverse=True):
/u-boot/tools/buildman/
A Dbuilder.py945 delta.reverse()
974 targets_by_diff = sorted(target_list, reverse=True,
/u-boot/arch/x86/dts/microcode/
A Dm0220661105_cv.dtsi12 * .No reverse engineering, decompilation, or disassembly of this software is
A Dm12206a7_00000029.dtsi12 * .No reverse engineering, decompilation, or disassembly of this software is
A Dm12306a9_0000001b.dtsi12 * .No reverse engineering, decompilation, or disassembly of this software is
A Dmc0306d4_00000018.dtsi12 * .No reverse engineering, decompilation, or disassembly of this software is
A Dm7240651_0000001c.dtsi12 * .No reverse engineering, decompilation, or disassembly of this software is
/u-boot/lib/
A DKconfig210 bool "Bit reverse library from Linux"
/u-boot/Licenses/
A Dlgpl-2.1.txt275 modification of the work for the customer's own use and reverse
A Dlgpl-2.0.txt262 modification of the work for the customer's own use and reverse
/u-boot/doc/driver-model/
A Ddesign.rst838 remove it. This performs the probe steps in reverse:

Completed in 54 milliseconds