Home
last modified time | relevance | path

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

1234

/u-boot/tools/binman/test/
A D071_gbb.dts15 force-dev-switch-on;
16 force-dev-boot-usb;
19 force-dev-boot-legacy;
25 force-dev-boot-fastboot-full-cap;
A D065_entry_args_unknown_datatype.dts12 force-bad-datatype;
/u-boot/cmd/
A Dregulator.c268 int force; in do_value() local
288 force = !strcmp("-f", argv[2]); in do_value()
290 force = 0; in do_value()
293 if ((value < uc_pdata->min_uV || value > uc_pdata->max_uV) && !force) { in do_value()
299 if (!force) in do_value()
A Donenand.c186 static int onenand_block_erase(u32 start, u32 size, int force) in onenand_block_erase() argument
198 if (ret && !force) { in onenand_block_erase()
206 instr.priv = force; in onenand_block_erase()
447 int force; in do_onenand_erase() local
460 force = 1; in do_onenand_erase()
471 ret = onenand_block_erase(ofs, len, force); in do_onenand_erase()
/u-boot/drivers/ram/stm32mp1/
A DKconfig24 bool "STM32MP1 DDR driver : force interactive mode"
28 force interactive mode in STM32MP1 DDR controller driver
/u-boot/arch/mips/cpu/
A Dstart.S48 and sp, t1, t0 # force 16 byte alignment
51 and sp, sp, t0 # force 16 byte alignment
58 and sp, sp, t0 # force 16 byte alignment
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dcpu_init.c283 static int print_83xx_arb_event(int force) in print_83xx_arb_event() argument
375 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
392 static int print_83xx_arb_event(int force) in print_83xx_arb_event() argument
394 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
/u-boot/scripts/dtc/
A Ddtc.c173 bool force = false, sort = false; in main() local
219 force = true; in main()
326 process_checks(force, dti); in main()
/u-boot/tools/
A Dgenboardscfg.py403 def gen_boards_cfg(output, jobs=1, force=False, quiet=False): argument
414 if not force and output_is_new(output):
440 gen_boards_cfg(options.output, jobs=options.jobs, force=options.force,
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dlowlevel_init.S30 and sp, sp, t0 # force 16 byte alignment
/u-boot/drivers/sysreset/
A Dsysreset_mpc83xx.c87 static int print_83xx_arb_event(bool force, char *buf, int size) in print_83xx_arb_event() argument
107 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
/u-boot/include/
A Dstdio_dev.h97 int stdio_deregister_dev(struct stdio_dev *dev, int force);
A Dvideo.h172 int video_sync(struct udevice *vid, bool force);
/u-boot/test/py/tests/
A Dtest_tpm2.py25 def force_init(u_boot_console, force=False): argument
33 if force or not 'Error' in output:
/u-boot/tools/patman/
A Dcontrol.py179 def patchwork_status(branch, count, start, end, dest_branch, force, argument
236 status.check_patchwork_status(series, found[0], branch, dest_branch, force,
/u-boot/arch/mips/dts/
A Dbrcm,bcm968380gerg.dts24 force-size = <0x10000000>;
/u-boot/fs/yaffs2/
A Dyaffsfs.h164 int yaffs_unmount2(const YCHAR *path, int force);
165 int yaffs_remount(const YCHAR *path, int force, int read_only);
/u-boot/doc/device-tree-bindings/usb/
A Dmediatek,mtu3.txt46 - mediatek,force-vbus : force vbus as valid by SW
A Ddwc2.txt42 - u-boot,force-b-session-valid: force B-peripheral session instead of relying on
/u-boot/scripts/dtc/libfdt/
A Dlibfdt_env.h18 #define FDT_FORCE __attribute__((force))
/u-boot/common/
A Dstdio.c251 int stdio_deregister_dev(struct stdio_dev *dev, int force) in stdio_deregister_dev() argument
260 if (force) { in stdio_deregister_dev()
/u-boot/arch/arm/dts/
A Dstm32mp15xx-dhcor-avenger96-u-boot.dtsi84 u-boot,force-b-session-valid;
/u-boot/board/keymile/km_arm/
A DKconfig14 If yes we force to reconfigure the FPGA always
/u-boot/arch/powerpc/dts/
A Dgazerbeam.dts224 fpga-force-pos-pol;
275 fpga-force-pos-pol;
444 fpga-force-pos-pol;
495 fpga-force-pos-pol;
/u-boot/doc/device-tree-bindings/gpio/
A Dintel,x86-pinctrl.txt15 - mode-gpio - (optional) standalone property to force the pin into GPIO mode

Completed in 28 milliseconds

1234