Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Df_rockusb.h30 #define RKBLOCK_BUF_SIZE 4096 macro
/openbmc/u-boot/drivers/usb/gadget/
H A Df_rockusb.c428 ALLOC_CACHE_ALIGN_BUFFER(char, rbuffer, RKBLOCK_BUF_SIZE); in tx_handler_ul_image()
451 if (transfer_size > RKBLOCK_BUF_SIZE) in tx_handler_ul_image()
452 transfer_size = RKBLOCK_BUF_SIZE; in tx_handler_ul_image()