Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Divm_core.c367 signed short usByteIndex = 0; in PrintData() local
380 for (usByteIndex = (signed short)(usByteSize - 1); in PrintData()
381 usByteIndex >= 0; usByteIndex--) { in PrintData()
382 ucByte = a_pucData[usByteIndex]; in PrintData()
407 if ((usByteSize - usByteIndex) % 40 == 39) { in PrintData()
410 if (usByteIndex < 0) in PrintData()