Home
last modified time | relevance | path

Searched refs:EC_HOST_EVENT_MASK (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/misc/
H A Dcros_ec_sandbox.c358 resp->mask |= EC_HOST_EVENT_MASK( in process_cmd()
H A Dcros_ec.c582 if (resp->mask & EC_HOST_EVENT_MASK(EC_HOST_EVENT_INVALID)) in cros_ec_get_host_events()
/rk3399_rockchip-uboot/include/
H A Dec_commands.h253 #define EC_HOST_EVENT_MASK(event_code) (1UL << ((event_code) - 1)) macro