Searched refs:EC_MEMMAP_ACC_STATUS_PRESENCE_BIT (Results 1 – 4 of 4) sorted by relevance
977 (status & EC_MEMMAP_ACC_STATUS_PRESENCE_BIT)) { in cros_ec_get_sensor_count()
2543 { EC_MEMMAP_ACC_STATUS_PRESENCE_BIT, 2 }, in cros_ec_proto_test_get_sensor_count_legacy()
129 #define EC_MEMMAP_ACC_STATUS_PRESENCE_BIT (1 << 7) macro
129 #define EC_MEMMAP_ACC_STATUS_PRESENCE_BIT BIT(7) macro