Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_typec.c647 if (resp.version_mask & EC_VER_MASK(2)) in cros_typec_get_cmd_version()
649 else if (resp.version_mask & EC_VER_MASK(1)) in cros_typec_get_cmd_version()
Dcros_ec_debugfs.c337 response->version_mask & EC_VER_MASK(1); in ec_read_version_supported()
Dcros_ec_proto.c513 ec_dev->host_sleep_v1 = (ret >= 0 && (ver_mask & EC_VER_MASK(1))); in cros_ec_query_all()
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_commands.h31 #define EC_VER_MASK(version) BIT(version) macro