Home
last modified time | relevance | path

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

/src/usr.sbin/bluetooth/ath3kfw/
H A Dath3k_hw.h51 #define FW_HDR_SIZE 20 macro
H A Dath3k_hw.c58 size = XMIN(count, FW_HDR_SIZE); in ath3k_load_fwfile()
/src/sys/contrib/dev/rtw88/
H A Dmac.c433 real_size = FW_HDR_SIZE + dmem_size + imem_size + emem_size; in check_firmware_size()
720 cur_fw = data + FW_HDR_SIZE; in start_download_firmware()
727 cur_fw = data + FW_HDR_SIZE + dmem_size; in start_download_firmware()
735 cur_fw = data + FW_HDR_SIZE + dmem_size + imem_size; in start_download_firmware()
H A Dfw.h12 #define FW_HDR_SIZE 64 macro