Lines Matching refs:boxnum
169 static bool _rtl92c_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92c_check_fw_read_last_h2c() argument
176 val_mcutst_1 = rtl_read_byte(rtlpriv, (REG_MCUTST_1 + boxnum)); in _rtl92c_check_fw_read_last_h2c()
178 if (((val_hmetfr >> boxnum) & BIT(0)) == 0 && val_mcutst_1 == 0) in _rtl92c_check_fw_read_last_h2c()
188 u8 boxnum; in _rtl92c_fill_h2c_command() local
238 boxnum = rtlhal->last_hmeboxnum; in _rtl92c_fill_h2c_command()
239 switch (boxnum) { in _rtl92c_fill_h2c_command()
258 "switch case %#x not processed\n", boxnum); in _rtl92c_fill_h2c_command()
262 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
268 boxnum); in _rtl92c_fill_h2c_command()
274 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
278 boxnum, u1b_tmp); in _rtl92c_fill_h2c_command()
284 boxnum); in _rtl92c_fill_h2c_command()
368 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92c_fill_h2c_command()