Searched refs:fixup_offset (Results 1 – 1 of 1) sorted by relevance
1585 unsigned int fixup_offset; in qat_hal_concat_micro_code() local1591 fixup_offset = inst_num; in qat_hal_concat_micro_code()1597 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], (addr)); in qat_hal_concat_micro_code()1598 fixup_offset++; in qat_hal_concat_micro_code()1599 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], 0); in qat_hal_concat_micro_code()1600 fixup_offset++; in qat_hal_concat_micro_code()1601 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0)); in qat_hal_concat_micro_code()1602 fixup_offset++; in qat_hal_concat_micro_code()1603 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0x10)); in qat_hal_concat_micro_code()