Lines Matching refs:box_reg
387 u32 box_reg, box_ex_reg; in rtw_fw_send_h2c_command_register() local
399 box_reg = REG_HMEBOX0; in rtw_fw_send_h2c_command_register()
403 box_reg = REG_HMEBOX1; in rtw_fw_send_h2c_command_register()
407 box_reg = REG_HMEBOX2; in rtw_fw_send_h2c_command_register()
411 box_reg = REG_HMEBOX3; in rtw_fw_send_h2c_command_register()
430 rtw_write32(rtwdev, box_reg, h2c->w0); in rtw_fw_send_h2c_command_register()
442 u32 box_reg, box_ex_reg; in rtw_fw_send_h2c_command() local
455 box_reg = REG_HMEBOX0; in rtw_fw_send_h2c_command()
459 box_reg = REG_HMEBOX1; in rtw_fw_send_h2c_command()
463 box_reg = REG_HMEBOX2; in rtw_fw_send_h2c_command()
467 box_reg = REG_HMEBOX3; in rtw_fw_send_h2c_command()
485 rtw_write32(rtwdev, box_reg, le32_to_cpu(h2c_cmd->msg)); in rtw_fw_send_h2c_command()