Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c49 #define MAX_NUM_BLOCKS 280 /* times 256 = 71680 bytes */ macro
733 if (totalBlocks > MAX_NUM_BLOCKS) { in initSensors()
734 …(LOG_INFO, "initSensors: totalBlocks of %ld exceeds maximum of %d\n", totalBlocks, MAX_NUM_BLOCKS); in initSensors()
735 totalBlocks = MAX_NUM_BLOCKS; in initSensors()