Home
last modified time | relevance | path

Searched refs:H_FORCE (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dsearch.h101 #define H_FORCE (1 << 1) /* overwrite read-only/write-once variables */ macro
/third_party/uboot/u-boot-2020.01/cmd/
Dnvedit.c246 env_flag |= H_FORCE; in _do_env_set()
827 env_flag |= H_FORCE; in do_env_default()
864 env_flag |= H_FORCE; in do_env_delete()
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dserial.c73 if ((flags & H_FORCE) == 0) in on_baudrate()
Dserial-uclass.c394 if ((flags & H_FORCE) == 0) in on_baudrate()
/third_party/uboot/u-boot-2020.01/env/
Dflags.c528 if (flag & H_FORCE) in env_flags_validate()
/third_party/uboot/u-boot-2020.01/common/
Dconsole.c58 if ((flags & H_FORCE) == 0) in on_console()