Lines Matching refs:boxnum
264 static bool _rtl92c_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92c_check_fw_read_last_h2c() argument
271 val_mcutst_1 = rtl_read_byte(rtlpriv, (REG_MCUTST_1 + boxnum)); in _rtl92c_check_fw_read_last_h2c()
273 if (((val_hmetfr >> boxnum) & BIT(0)) == 0 && val_mcutst_1 == 0) in _rtl92c_check_fw_read_last_h2c()
283 u8 boxnum; in _rtl92c_fill_h2c_command() local
334 boxnum = rtlhal->last_hmeboxnum; in _rtl92c_fill_h2c_command()
335 switch (boxnum) { in _rtl92c_fill_h2c_command()
358 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
364 boxnum); in _rtl92c_fill_h2c_command()
370 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
374 boxnum, u1b_tmp); in _rtl92c_fill_h2c_command()
380 boxnum); in _rtl92c_fill_h2c_command()
464 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92c_fill_h2c_command()