Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A Debi_onenand.c12 #define BURST_SIZE_WORDS 4 macro
91 u32 bytes_per_block = BURST_SIZE_WORDS * sizeof(int); in memcpy_32_from_onenand()
104 for (burst_word = 0; burst_word < BURST_SIZE_WORDS; burst_word++) in memcpy_32_from_onenand()