Searched refs:EC_VSTORE_SLOT_MAX (Results 1 – 3 of 3) sorted by relevance
533 if (req->slot >= EC_VSTORE_SLOT_MAX) in process_cmd()546 if (req->slot >= EC_VSTORE_SLOT_MAX) in process_cmd()
1595 if (!data || req.slot >= EC_VSTORE_SLOT_MAX) in cros_ec_vstore_read()1619 if (slot >= EC_VSTORE_SLOT_MAX || size > EC_VSTORE_SLOT_SIZE) in cros_ec_vstore_write()
2603 #define EC_VSTORE_SLOT_MAX 32 macro
Completed in 22 milliseconds