Searched refs:FW_BLOCK_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 294 #define FW_BLOCK_SIZE 1024 macro 387 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); in at76_usbdfu_download() 439 bsize = min_t(int, size, FW_BLOCK_SIZE); in at76_usbdfu_download() 1274 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); in at76_load_external_fw() 1282 bsize = min_t(int, size, FW_BLOCK_SIZE); in at76_load_external_fw()
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 294 #define FW_BLOCK_SIZE 1024 macro 387 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); in at76_usbdfu_download() 439 bsize = min_t(int, size, FW_BLOCK_SIZE); in at76_usbdfu_download() 1274 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); in at76_load_external_fw() 1282 bsize = min_t(int, size, FW_BLOCK_SIZE); in at76_load_external_fw()
|
Completed in 11 milliseconds