Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_upgtvar.h55 #define UPGT_FW_BLOCK_SIZE 256 macro
H A Dif_upgt.c1597 if (fw->datasize - offset > UPGT_FW_BLOCK_SIZE) in upgt_fw_load()
1598 bsize = UPGT_FW_BLOCK_SIZE; in upgt_fw_load()