Searched refs:FW_LOAD_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Demi26.c82 #define FW_LOAD_SIZE 1023 macro
92 buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL);
127 while ((g_bitstream[pos].type == 0) && (i + g_bitstream[pos].length < FW_LOAD_SIZE)) {
H A Demi62.c89 #define FW_LOAD_SIZE 1023 macro
100 buf = kmalloc(FW_LOAD_SIZE, GFP_KERNEL);
135 while ((g_emi62bs[pos].type == 0) && (i + g_emi62bs[pos].length < FW_LOAD_SIZE)) {

Completed in 76 milliseconds