Searched refs:hello_magic (Results 1 – 1 of 1) sorted by relevance
50 const static uint8_t hello_magic[4] = {0xAB, 0xBC, 0xDE, 0xF1}; variable52 uint8_t magic[sizeof(hello_magic)];70 if (memcmp(hello_magic, cmd_data->magic, sizeof(hello_magic))) { in ec_host_cmd_hello()91 memcpy(cmd_data->magic, hello_magic, sizeof(hello_magic)); in prepare_hello_cmd()