Lines Matching refs:boxnum
191 static bool _rtl92c_check_fw_read_last_h2c(struct ieee80211_hw *hw, u8 boxnum) in _rtl92c_check_fw_read_last_h2c() argument
198 val_mcutst_1 = rtl_read_byte(rtlpriv, (REG_MCUTST_1 + boxnum)); in _rtl92c_check_fw_read_last_h2c()
200 if (((val_hmetfr >> boxnum) & BIT(0)) == 0 && val_mcutst_1 == 0) in _rtl92c_check_fw_read_last_h2c()
210 u8 boxnum; in _rtl92c_fill_h2c_command() local
260 boxnum = rtlhal->last_hmeboxnum; in _rtl92c_fill_h2c_command()
261 switch (boxnum) { in _rtl92c_fill_h2c_command()
280 "switch case %#x not processed\n", boxnum); in _rtl92c_fill_h2c_command()
284 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
290 boxnum); in _rtl92c_fill_h2c_command()
296 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum); in _rtl92c_fill_h2c_command()
300 boxnum, u1b_tmp); in _rtl92c_fill_h2c_command()
306 boxnum); in _rtl92c_fill_h2c_command()
390 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl92c_fill_h2c_command()