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