Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/6fire/
Dfirmware.c29 FPGA_BUFSIZE = 512, FPGA_EP = 2 enumerator
289 u8 *buffer = kmalloc(FPGA_BUFSIZE, GFP_KERNEL); in usb6fire_fw_fpga_upload()
318 for (i = 0; c != end && i < FPGA_BUFSIZE; i++, c++) in usb6fire_fw_fpga_upload()