Lines Matching refs:boxnum
243 u8 boxnum) in _rtl8821ae_check_fw_read_last_h2c() argument
250 if (((val_hmetfr >> boxnum) & BIT(0)) == 0) in _rtl8821ae_check_fw_read_last_h2c()
261 u8 boxnum = 0; in _rtl8821ae_fill_h2c_command() local
306 boxnum = rtlhal->last_hmeboxnum; in _rtl8821ae_fill_h2c_command()
307 switch (boxnum) { in _rtl8821ae_fill_h2c_command()
326 "switch case %#x not processed\n", boxnum); in _rtl8821ae_fill_h2c_command()
344 _rtl8821ae_check_fw_read_last_h2c(hw, boxnum); in _rtl8821ae_fill_h2c_command()
351 boxnum); in _rtl8821ae_fill_h2c_command()
358 _rtl8821ae_check_fw_read_last_h2c(hw, boxnum); in _rtl8821ae_fill_h2c_command()
362 boxnum, u1b_tmp); in _rtl8821ae_fill_h2c_command()
369 boxnum); in _rtl8821ae_fill_h2c_command()
421 rtlhal->last_hmeboxnum = boxnum + 1; in _rtl8821ae_fill_h2c_command()