HomeSort by: relevance | last modified time | path
    Searched defs:cp_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
ctxnv40.h 27 cp_out(struct nvkm_grctx *ctx, u32 inst) function in typeref:typename:void
41 cp_out(ctx, CP_LOAD_SR | val);
57 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg);
91 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag |
101 cp_out(ctx, CP_WAIT | flag | (state ? CP_WAIT_SET : 0));
108 cp_out(ctx, CP_SET | flag | (state ? CP_SET_1 : 0));
119 cp_out(ctx, CP_SET_CONTEXT_POINTER);
ctxnv40.h 27 cp_out(struct nvkm_grctx *ctx, u32 inst) function in typeref:typename:void
41 cp_out(ctx, CP_LOAD_SR | val);
57 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg);
91 cp_out(ctx, CP_BRA | (mod << 18) | ip | flag |
101 cp_out(ctx, CP_WAIT | flag | (state ? CP_WAIT_SET : 0));
108 cp_out(ctx, CP_SET | flag | (state ? CP_SET_1 : 0));
119 cp_out(ctx, CP_SET_CONTEXT_POINTER);

Completed in 22 milliseconds