/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/arch/arm/dts/ |
A D | cn9132-db.dtsi | 42 regulator-force-boot-off; 52 regulator-force-boot-off; 69 regulator-force-boot-off; 77 regulator-force-boot-off;
|
A D | cn9130-db.dtsi | 62 regulator-force-boot-off; 72 regulator-force-boot-off; 97 regulator-force-boot-off; 105 regulator-force-boot-off;
|
A D | stm32mp157a-dk1-scmi-u-boot.dtsi | 54 u-boot,force-b-session-valid;
|
A D | cn9131-db.dtsi | 40 regulator-force-boot-off; 47 regulator-force-boot-off;
|
A D | stm32mp15xx-dhcor-testbench-u-boot.dtsi | 98 u-boot,force-b-session-valid;
|
A D | mt7981.dtsi | 164 mediatek,force-highspeed; 178 mediatek,force-highspeed; 191 mediatek,force-highspeed;
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | cpu_init.c | 247 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 D | regulator.c | 270 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 D | onenand.c | 186 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 D | Kconfig | 24 bool "STM32MP1 DDR driver : force interactive mode" 27 force interactive mode in STM32MP1 DDR controller driver
|
/u-boot/arch/mips/cpu/ |
A D | start.S | 44 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 D | start.S | 35 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 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/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/arch/mips/dts/ |
A D | brcm,bcm968380gerg.dts | 24 force-size = <0x10000000>;
|
/u-boot/include/ |
A D | stdio_dev.h | 104 int stdio_deregister_dev(struct stdio_dev *dev, int force);
|
/u-boot/tools/patman/ |
A D | control.py | 182 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 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 | 259 int stdio_deregister_dev(struct stdio_dev *dev, int force) in stdio_deregister_dev() argument 268 if (force) { in stdio_deregister_dev()
|