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

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Datom.c236 val = gctx->divmul[0]; atom_get_src_int()
239 val = gctx->divmul[1]; atom_get_src_int()
509 gctx->divmul[0] = val; atom_put_dst()
512 gctx->divmul[1] = val; atom_put_dst()
683 ctx->ctx->divmul[0] = dst / src; atom_op_div()
684 ctx->ctx->divmul[1] = dst % src; atom_op_div()
686 ctx->ctx->divmul[0] = 0; atom_op_div()
687 ctx->ctx->divmul[1] = 0; atom_op_div()
791 ctx->ctx->divmul[0] = dst * src; atom_op_mul()
1233 /* reset divmul */ atom_execute_table_scratch_unlocked()
1234 ctx->divmul[0] = 0; atom_execute_table_scratch_unlocked()
1235 ctx->divmul[1] = 0; atom_execute_table_scratch_unlocked()
H A Datom.h135 uint32_t divmul[2]; member in struct:atom_context

Completed in 65 milliseconds