Lines Matching refs:boxnum
36 u8 boxnum) in _rtl8723e_check_fw_read_last_h2c() argument
43 val_mcutst_1 = rtl_read_byte(rtlpriv, (REG_MCUTST_1 + boxnum)); in _rtl8723e_check_fw_read_last_h2c()
45 if (((val_hmetfr >> boxnum) & BIT(0)) == 0 && val_mcutst_1 == 0) in _rtl8723e_check_fw_read_last_h2c()
55 u8 boxnum; in _rtl8723e_fill_h2c_command() local
107 boxnum = rtlhal->last_hmeboxnum; in _rtl8723e_fill_h2c_command()
108 switch (boxnum) { in _rtl8723e_fill_h2c_command()
131 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, boxnum); in _rtl8723e_fill_h2c_command()
138 boxnum); in _rtl8723e_fill_h2c_command()
145 boxnum); in _rtl8723e_fill_h2c_command()
149 boxnum, u1b_tmp); in _rtl8723e_fill_h2c_command()
155 boxnum); in _rtl8723e_fill_h2c_command()
239 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl8723e_fill_h2c_command()