Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw_info.h15 #define FW_BLOCK_SIZE SZ_4K macro
H A Dpvr_fw.c102 if (firmware->size < SZ_4K || (firmware->size % FW_BLOCK_SIZE)) in pvr_fw_validate()
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c294 #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()
1268 block = kmalloc(FW_BLOCK_SIZE, GFP_KERNEL); in at76_load_external_fw()
1276 bsize = min_t(int, size, FW_BLOCK_SIZE); in at76_load_external_fw()