Lines Matching refs:boxnum
36 u8 boxnum) in _rtl8723be_check_fw_read_last_h2c() argument
43 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl8723be_check_fw_read_last_h2c()
53 u8 boxnum; in _rtl8723be_fill_h2c_command() local
105 boxnum = rtlhal->last_hmeboxnum; in _rtl8723be_fill_h2c_command()
106 switch (boxnum) { in _rtl8723be_fill_h2c_command()
129 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, boxnum); in _rtl8723be_fill_h2c_command()
135 boxnum); in _rtl8723be_fill_h2c_command()
142 boxnum); in _rtl8723be_fill_h2c_command()
146 boxnum, u1b_tmp); in _rtl8723be_fill_h2c_command()
152 boxnum); in _rtl8723be_fill_h2c_command()
204 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl8723be_fill_h2c_command()