Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
Dbouncebuf.c25 if (state->len != state->len_aligned) { in addr_aligned()
40 state->len_aligned = roundup(len, ARCH_DMA_MINALIGN); in bounce_buffer_start()
45 state->len_aligned); in bounce_buffer_start()
60 state->len_aligned); in bounce_buffer_start()
71 state->len_aligned); in bounce_buffer_stop()
/third_party/uboot/u-boot-2020.01/include/
Dbouncebuf.h51 size_t len_aligned; member