Searched refs:fixup_offset (Results 1 – 1 of 1) sorted by relevance
1040 int fixup_offset; in qat_hal_concat_micro_code() local1048 fixup_offset = inst_num; in qat_hal_concat_micro_code()1051 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], (addr)); in qat_hal_concat_micro_code()1052 fixup_offset++; in qat_hal_concat_micro_code()1053 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], 0); in qat_hal_concat_micro_code()1054 fixup_offset++; in qat_hal_concat_micro_code()1055 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0)); in qat_hal_concat_micro_code()1056 fixup_offset++; in qat_hal_concat_micro_code()1057 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0x10)); in qat_hal_concat_micro_code()