/u-boot/tools/binman/test/ |
A D | 071_gbb.dts | 15 force-dev-switch-on; 16 force-dev-boot-usb; 19 force-dev-boot-legacy; 25 force-dev-boot-fastboot-full-cap;
|
A D | 065_entry_args_unknown_datatype.dts | 12 force-bad-datatype;
|
/u-boot/cmd/ |
A D | regulator.c | 268 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 D | onenand.c | 186 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 D | Kconfig | 24 bool "STM32MP1 DDR driver : force interactive mode" 28 force interactive mode in STM32MP1 DDR controller driver
|
/u-boot/arch/mips/cpu/ |
A D | start.S | 48 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 D | cpu_init.c | 283 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 D | dtc.c | 173 bool force = false, sort = false; in main() local 219 force = true; in main() 326 process_checks(force, dti); in main()
|
/u-boot/tools/ |
A D | genboardscfg.py | 403 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 D | lowlevel_init.S | 30 and sp, sp, t0 # force 16 byte alignment
|
/u-boot/drivers/sysreset/ |
A D | sysreset_mpc83xx.c | 87 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 D | stdio_dev.h | 97 int stdio_deregister_dev(struct stdio_dev *dev, int force);
|
A D | video.h | 172 int video_sync(struct udevice *vid, bool force);
|
/u-boot/test/py/tests/ |
A D | test_tpm2.py | 25 def force_init(u_boot_console, force=False): argument 33 if force or not 'Error' in output:
|
/u-boot/tools/patman/ |
A D | control.py | 179 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 D | brcm,bcm968380gerg.dts | 24 force-size = <0x10000000>;
|
/u-boot/fs/yaffs2/ |
A D | yaffsfs.h | 164 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 D | mediatek,mtu3.txt | 46 - mediatek,force-vbus : force vbus as valid by SW
|
A D | dwc2.txt | 42 - u-boot,force-b-session-valid: force B-peripheral session instead of relying on
|
/u-boot/scripts/dtc/libfdt/ |
A D | libfdt_env.h | 18 #define FDT_FORCE __attribute__((force))
|
/u-boot/common/ |
A D | stdio.c | 251 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 D | stm32mp15xx-dhcor-avenger96-u-boot.dtsi | 84 u-boot,force-b-session-valid;
|
/u-boot/board/keymile/km_arm/ |
A D | Kconfig | 14 If yes we force to reconfigure the FPGA always
|
/u-boot/arch/powerpc/dts/ |
A D | gazerbeam.dts | 224 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 D | intel,x86-pinctrl.txt | 15 - mode-gpio - (optional) standalone property to force the pin into GPIO mode
|