Searched refs:tmp_b (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_composer.c | 147 struct drm_rect tmp_a, tmp_b; in direction_for_rotation() local 159 tmp_b = DRM_RECT_INIT(1, 0, 0, 0); in direction_for_rotation() 161 drm_rect_rotate_inv(&tmp_b, 1, 1, rotation); in direction_for_rotation() 163 x = tmp_b.x1 - tmp_a.x1; in direction_for_rotation() 164 y = tmp_b.y1 - tmp_a.y1; in direction_for_rotation()
|
/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | anx7625.c | 331 unsigned long tmp_a, tmp_b; in anx7625_reduction_of_a_fraction() local 339 tmp_b = *b; in anx7625_reduction_of_a_fraction() 344 *b = tmp_b / i; in anx7625_reduction_of_a_fraction()
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1556 swreg tmp_b = ur_load_imm_any(nfp_prog, imm, imm_b(nfp_prog)); in wrp_div_imm() local 1558 emit_alu(nfp_prog, reg_none(), dst_a, ALU_OP_SUB, tmp_b); in wrp_div_imm()
|