Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/serial/
Dmxuport.c49 #define DOWN_BLOCK_SIZE 64 macro
999 fw_buf = kmalloc(DOWN_BLOCK_SIZE, GFP_KERNEL); in mxuport_download_fw()
1010 txlen = min_t(size_t, (fw_p->size - fwidx), DOWN_BLOCK_SIZE); in mxuport_download_fw()