Searched refs:temp_rot (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/ipu-v3/
H A Dipu-ic.c499 u32 temp_rot = bitrev8(rot) >> 5; local
512 if (temp_rot & 0x2) /* Need horizontal flip */
547 ic_idmac_1 |= temp_rot << IC_IDMAC_1_PP_ROT_OFFSET;
574 ic_idmac_1 |= temp_rot << IC_IDMAC_1_PRPENC_ROT_OFFSET;
595 ic_idmac_1 |= temp_rot << IC_IDMAC_1_PRPVF_ROT_OFFSET;
H A Dipu-cpmem.c286 u32 temp_rot = bitrev8(rot) >> 5; local
288 ipu_ch_param_write_field(ch, IPU_FIELD_ROT_HF_VF, temp_rot);

Completed in 52 milliseconds