Home
last modified time | relevance | path

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

12345

/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/arch/arm/dts/
A Dcn9132-db.dtsi42 regulator-force-boot-off;
52 regulator-force-boot-off;
69 regulator-force-boot-off;
77 regulator-force-boot-off;
A Dcn9130-db.dtsi62 regulator-force-boot-off;
72 regulator-force-boot-off;
97 regulator-force-boot-off;
105 regulator-force-boot-off;
A Dstm32mp157a-dk1-scmi-u-boot.dtsi54 u-boot,force-b-session-valid;
A Dcn9131-db.dtsi40 regulator-force-boot-off;
47 regulator-force-boot-off;
A Dstm32mp15xx-dhcor-testbench-u-boot.dtsi98 u-boot,force-b-session-valid;
A Dmt7981.dtsi164 mediatek,force-highspeed;
178 mediatek,force-highspeed;
191 mediatek,force-highspeed;
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dcpu_init.c247 static int print_83xx_arb_event(int force) in print_83xx_arb_event() argument
339 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
356 static int print_83xx_arb_event(int force) in print_83xx_arb_event() argument
358 if (!force && !gd->arch.arbiter_event_address) in print_83xx_arb_event()
/u-boot/cmd/
A Dregulator.c270 int force; in do_value() local
290 force = !strcmp("-f", argv[2]); in do_value()
292 force = 0; in do_value()
295 if ((value < uc_pdata->min_uV || value > uc_pdata->max_uV) && !force) { in do_value()
301 if (!force) in do_value()
A Donenand.c186 static int onenand_block_erase(u32 start, u32 size, int force) in onenand_block_erase() argument
196 if (ret && !force) { in onenand_block_erase()
204 instr.priv = force; in onenand_block_erase()
442 int force; in do_onenand_erase() local
455 force = 1; in do_onenand_erase()
466 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"
27 force interactive mode in STM32MP1 DDR controller driver
/u-boot/arch/mips/cpu/
A Dstart.S44 and sp, t1, t0 # force 16 byte alignment
47 and sp, sp, t0 # force 16 byte alignment
54 and sp, sp, t0 # force 16 byte alignment
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
A Dstart.S35 and sp, t1, t0 # force 16 byte alignment
38 and sp, sp, t0 # force 16 byte alignment
45 and sp, sp, t0 # force 16 byte alignment
/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/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/arch/mips/dts/
A Dbrcm,bcm968380gerg.dts24 force-size = <0x10000000>;
/u-boot/include/
A Dstdio_dev.h104 int stdio_deregister_dev(struct stdio_dev *dev, int force);
/u-boot/tools/patman/
A Dcontrol.py182 def patchwork_status(branch, count, start, end, dest_branch, force, argument
239 status.check_patchwork_status(series, found[0], branch, dest_branch, force,
/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.c259 int stdio_deregister_dev(struct stdio_dev *dev, int force) in stdio_deregister_dev() argument
268 if (force) { in stdio_deregister_dev()

Completed in 50 milliseconds

12345