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

/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Datom.h136 uint32_t divmul[2]; member in struct:atom_context
H A Datom.c233 val = gctx->divmul[0];
236 val = gctx->divmul[1];
506 gctx->divmul[0] = val;
509 gctx->divmul[1] = val;
680 ctx->ctx->divmul[0] = dst / src;
681 ctx->ctx->divmul[1] = dst % src;
683 ctx->ctx->divmul[0] = 0;
684 ctx->ctx->divmul[1] = 0;
788 ctx->ctx->divmul[0] = dst * src;

Completed in 116 milliseconds