Lines Matching refs:boxnum
265 static bool _rtl92c_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92c_check_fw_read_last_h2c() argument
272 val_mcutst_1 = rtl_read_byte(rtlpriv, (REG_MCUTST_1 + boxnum)); in _rtl92c_check_fw_read_last_h2c()
274 if (((val_hmetfr >> boxnum) & BIT(0)) == 0 && val_mcutst_1 == 0) in _rtl92c_check_fw_read_last_h2c()
284 u8 boxnum; in _rtl92c_fill_h2c_command() local
335 boxnum = rtlhal->last_hmeboxnum; in _rtl92c_fill_h2c_command()
336 switch (boxnum) { in _rtl92c_fill_h2c_command()
359 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
365 boxnum); in _rtl92c_fill_h2c_command()
371 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
375 boxnum, u1b_tmp); in _rtl92c_fill_h2c_command()
381 boxnum); in _rtl92c_fill_h2c_command()
465 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92c_fill_h2c_command()