Lines Matching refs:regionLength

132     uint32_t regionLength;  in LRF_applySettings()  local
159 regionLength = 0; /* Read segment next */ in LRF_applySettings()
192 regionLength = state->regionLength; in LRF_applySettings()
200 bufferAvailWords -= regionLength; in LRF_applySettings()
201 curEntry += regionLength; in LRF_applySettings()
208 state->regionLength = -bufferAvailWords; /* Signal number of words to skip */ in LRF_applySettings()
257 regionLength = segmentLength; in LRF_applySettings()
291 regionLength = 0; /* Read segment next */ in LRF_applySettings()
303 state->regionLength = regionLength; in LRF_applySettings()
311 if (regionLength == 0) in LRF_applySettings()
315 regionLength = curWord.region.lengthMinus1 + 1; in LRF_applySettings()
331 … uint32_t regionActualLength = (operation == Par_Reference_32bit) ? 1 : regionLength; in LRF_applySettings()
347 …Log_INFO, "New region, regionLength:%d address:0x%04X, operation:%d", regionLength, address & 0xff… in LRF_applySettings()
363 for (uint32_t i = 0; i < regionLength; i++) in LRF_applySettings()
371 regionLength = 0; in LRF_applySettings()
383 for (uint32_t i = 0; i < regionLength; i++) in LRF_applySettings()
391 regionLength = 0; in LRF_applySettings()
404 numWords = regionLength / 2; in LRF_applySettings()
412 numWords = regionLength; in LRF_applySettings()
425 numWords = regionLength; in LRF_applySettings()
465 regionLength -= 2 * numWords; in LRF_applySettings()
503 regionLength -= numWords; in LRF_applySettings()
527 regionLength -= 2 * numWords; in LRF_applySettings()
561 regionLength -= numWords; in LRF_applySettings()
570 if ((int32_t)regionLength > bufferAvailWords) in LRF_applySettings()
577 regionLength -= numWords; in LRF_applySettings()
619 regionLength -= numWords; in LRF_applySettings()
645 regionLength -= numWords; in LRF_applySettings()
657 if (regionLength == 1 && in LRF_applySettings()
695 regionLength -= 1; in LRF_applySettings()
708 state->regionLength = 0; in LRF_applySettings()