Home
last modified time | relevance | path

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

/sound/usb/6fire/
Dfirmware.c25 FPGA_BUFSIZE = 512, FPGA_EP = 2 enumerator
273 u8 *buffer = kmalloc(FPGA_BUFSIZE, GFP_KERNEL); in usb6fire_fw_fpga_upload()
302 for (i = 0; c != end && i < FPGA_BUFSIZE; i++, c++) in usb6fire_fw_fpga_upload()