Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsearch.h110 #define H_FORCE (1 << 1) /* overwrite read-only/write-once variables */ macro
/openbmc/u-boot/cmd/
H A Dnvedit.c237 env_flag |= H_FORCE; in _do_env_set()
806 env_flag |= H_FORCE; in do_env_default()
843 env_flag |= H_FORCE; in do_env_delete()
/openbmc/u-boot/drivers/serial/
H A Dserial.c72 if ((flags & H_FORCE) == 0) in on_baudrate()
H A Dserial-uclass.c392 if ((flags & H_FORCE) == 0) in on_baudrate()
/openbmc/u-boot/env/
H A Dflags.c527 if (flag & H_FORCE) in env_flags_validate()
/openbmc/u-boot/common/
H A Dconsole.c56 if ((flags & H_FORCE) == 0) in on_console()