Home
last modified time | relevance | path

Searched refs:MEI_WD_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/misc/mei/
Dwd.c45 memcpy(dev->wd_data, mei_start_wd_params, MEI_WD_HDR_SIZE); in mei_wd_set_start_timeout()
46 memcpy(dev->wd_data + MEI_WD_HDR_SIZE, &timeout, sizeof(u16)); in mei_wd_set_start_timeout()
112 if (!memcmp(dev->wd_data, mei_start_wd_params, MEI_WD_HDR_SIZE)) in mei_wd_send()
114 else if (!memcmp(dev->wd_data, mei_stop_wd_params, MEI_WD_HDR_SIZE)) in mei_wd_send()
Dmei_dev.h32 #define MEI_WD_HDR_SIZE 4 macro
33 #define MEI_WD_STOP_MSG_SIZE MEI_WD_HDR_SIZE
34 #define MEI_WD_START_MSG_SIZE (MEI_WD_HDR_SIZE + 16)