Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbouncebuf.c24 if (state->len != state->len_aligned) { in addr_aligned()
39 state->len_aligned = roundup(len, ARCH_DMA_MINALIGN); in bounce_buffer_start()
44 state->len_aligned); in bounce_buffer_start()
59 state->len_aligned); in bounce_buffer_start()
70 state->len_aligned); in bounce_buffer_stop()
/openbmc/u-boot/include/
H A Dbouncebuf.h51 size_t len_aligned; member