Searched refs:blocks (Results 1 – 3 of 3) sorted by relevance
22 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */24 shared : ORIGIN = 0x08020000, LENGTH = 384K /* 3x 128K blocks */
20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */22 shared : ORIGIN = 0x08040000, LENGTH = 256K /* 2x 128K blocks */
610 uint32_t i, j, blocks, maxBlocks, numAxis, packetSamples; in initSensors() local659 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()