Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgm107.c883 const u32 token_limit = grctx->bundle_token_limit; in gm107_grctx_generate_bundle() local
889 gf100_grctx_patch_wr32(chan, 0x4064c8, (state_limit << 16) | token_limit); in gm107_grctx_generate_bundle()
H A Dctxgk104.c880 const u32 token_limit = grctx->bundle_token_limit; in gk104_grctx_generate_bundle() local
883 gf100_grctx_patch_wr32(chan, 0x4064c8, (state_limit << 16) | token_limit); in gk104_grctx_generate_bundle()
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c1597 static DEVICE_ATTR_RW(token_limit); /* deprecated */