Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/
H A Dif_rtwn_fw.c163 const int maxpages = len / R92C_FW_PAGE_SIZE; in rtwn_load_firmware()
171 R92C_FW_PAGE_SIZE); in rtwn_load_firmware()
174 curr_ptr += R92C_FW_PAGE_SIZE; in rtwn_load_firmware()
179 if (len % R92C_FW_PAGE_SIZE != 0) { in rtwn_load_firmware()
181 len % R92C_FW_PAGE_SIZE); in rtwn_load_firmware()
H A Dif_rtwn_fw.h27 #define R92C_FW_PAGE_SIZE 4096 macro