Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto.c977 (status & EC_MEMMAP_ACC_STATUS_PRESENCE_BIT)) { in cros_ec_get_sensor_count()
H A Dcros_ec_proto_test.c2543 { EC_MEMMAP_ACC_STATUS_PRESENCE_BIT, 2 }, in cros_ec_proto_test_get_sensor_count_legacy()
/openbmc/u-boot/include/
H A Dec_commands.h129 #define EC_MEMMAP_ACC_STATUS_PRESENCE_BIT (1 << 7) macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h129 #define EC_MEMMAP_ACC_STATUS_PRESENCE_BIT BIT(7) macro