Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/misc/variant/common/
Dstm32f401.map.lkr22 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
24 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
Dstm32f411.map.lkr20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
/device/google/contexthub/firmware/src/
DhostIntf.c610 uint32_t i, j, blocks, maxBlocks, numAxis, packetSamples; in initSensors() local
659 blocks = (MAX_MIN_SAMPLES + packetSamples - 1) / packetSamples; in initSensors()
661 blocks = (si->minSamples + packetSamples - 1) / packetSamples; in initSensors()
663 maxBlocks = maxBlocks > blocks ? maxBlocks : blocks; in initSensors()