Searched refs:len_aligned (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bouncebuf.c | 25 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()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_otp_key.c | 232 uint32_t error_origin = 0, len_aligned, len_cipher, block_size; in rk_oem_otp_key_cipher_virt() local 264 len_aligned = ROUNDUP(len, block_size); in rk_oem_otp_key_cipher_virt() 265 len_cipher = len_aligned; in rk_oem_otp_key_cipher_virt() 333 uint32_t error_origin = 0, len_aligned, len_cipher, block_size; in rk_oem_otp_key_cipher() local 367 len_aligned = ROUNDUP(len, block_size); in rk_oem_otp_key_cipher() 368 len_cipher = len_aligned; in rk_oem_otp_key_cipher()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spidev.c | 230 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_KMALLOC_MINALIGN); in spidev_message() local 247 rx_total += len_aligned; in spidev_message() 253 rx_buf += len_aligned; in spidev_message() 257 tx_total += len_aligned; in spidev_message() 267 tx_buf += len_aligned; in spidev_message()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bouncebuf.h | 52 size_t len_aligned; member
|