Home
last modified time | relevance | path

Searched refs:version_string_rw (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Dcros_ec.c314 (int)sizeof(p->version_string_rw), in do_cros_ec()
315 p->version_string_rw); in do_cros_ec()
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c304 strcpy(resp->version_string_rw, "sandbox_rw"); in process_cmd()
H A Dcros_ec.c435 memcpy(id, r->version_string_rw, maxlen); in cros_ec_read_id()
/openbmc/u-boot/include/
H A Dec_commands.h852 char version_string_rw[32]; member