Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsearch.h111 #define H_FORCE (1 << 1) /* overwrite read-only/write-once variables */ macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c228 env_flag |= H_FORCE; in _do_env_set()
1153 flag |= H_FORCE; in do_env_default()
1189 env_flag |= H_FORCE; in do_env_delete()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial.c65 if ((flags & H_FORCE) == 0) in on_baudrate()
H A Dserial-uclass.c402 if ((flags & H_FORCE) == 0) in on_baudrate()
/OK3568_Linux_fs/u-boot/env/
H A Dflags.c528 if (flag & H_FORCE) in env_flags_validate()
/OK3568_Linux_fs/u-boot/common/
H A Dconsole.c62 if ((flags & H_FORCE) == 0) in on_console()