Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dmxuport.c45 #define DOWN_BLOCK_SIZE 64 macro
1007 fw_buf = kmalloc(DOWN_BLOCK_SIZE, GFP_KERNEL); in mxuport_download_fw()
1018 txlen = min_t(size_t, (fw_p->size - fwidx), DOWN_BLOCK_SIZE); in mxuport_download_fw()