Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/radeon/
Datom.c236 val = gctx->divmul[0]; in atom_get_src_int()
239 val = gctx->divmul[1]; in atom_get_src_int()
509 gctx->divmul[0] = val; in atom_put_dst()
512 gctx->divmul[1] = val; in atom_put_dst()
683 ctx->ctx->divmul[0] = dst / src; in atom_op_div()
684 ctx->ctx->divmul[1] = dst % src; in atom_op_div()
686 ctx->ctx->divmul[0] = 0; in atom_op_div()
687 ctx->ctx->divmul[1] = 0; in atom_op_div()
791 ctx->ctx->divmul[0] = dst * src; in atom_op_mul()
1234 ctx->divmul[0] = 0; in atom_execute_table()
[all …]
Datom.h134 uint32_t divmul[2]; member