Home
last modified time | relevance | path

Searched refs:CP_CTX_COUNT_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_grctx.h48 if (length > (CP_CTX_COUNT >> CP_CTX_COUNT_SHIFT)) { in cp_ctx()
53 cp_out(ctx, CP_CTX | (length << CP_CTX_COUNT_SHIFT) | ctx->ctxprog_reg); in cp_ctx()
Dnv40_grctx.c89 #define CP_CTX_COUNT_SHIFT 14 macro
Dnv50_grctx.c73 #define CP_CTX_COUNT_SHIFT 16 macro