Lines Matching refs:boxnum
221 u8 boxnum) in _rtl8821ae_check_fw_read_last_h2c() argument
228 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl8821ae_check_fw_read_last_h2c()
239 u8 boxnum = 0; in _rtl8821ae_fill_h2c_command() local
284 boxnum = rtlhal->last_hmeboxnum; in _rtl8821ae_fill_h2c_command()
285 switch (boxnum) { in _rtl8821ae_fill_h2c_command()
304 "switch case %#x not processed\n", boxnum); in _rtl8821ae_fill_h2c_command()
322 _rtl8821ae_check_fw_read_last_h2c(hw, boxnum); in _rtl8821ae_fill_h2c_command()
329 boxnum); in _rtl8821ae_fill_h2c_command()
336 _rtl8821ae_check_fw_read_last_h2c(hw, boxnum); in _rtl8821ae_fill_h2c_command()
340 boxnum, u1b_tmp); in _rtl8821ae_fill_h2c_command()
347 boxnum); in _rtl8821ae_fill_h2c_command()
399 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl8821ae_fill_h2c_command()