Home
last modified time | relevance | path

Searched refs:limit2 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dg84.c46 const u32 limit2 = ilog2(length / 8); in g84_chan_ramfc_write() local
74 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(offset) | (limit2 << 16)); in g84_chan_ramfc_write()
H A Dgv100.c44 const u32 limit2 = ilog2(length / 8); in gv100_chan_ramfc_write() local
52 nvkm_wo32(chan->inst, 0x04c, upper_32_bits(offset) | (limit2 << 16)); in gv100_chan_ramfc_write()
H A Dnv50.c83 const u32 limit2 = ilog2(length / 8); in nv50_chan_ramfc_write() local
107 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(offset) | (limit2 << 16)); in nv50_chan_ramfc_write()
H A Dga100.c72 const u32 limit2 = ilog2(length / 8); in ga100_chan_ramfc_write() local
78 nvkm_wo32(chan->inst, 0x04c, upper_32_bits(offset) | (limit2 << 16)); in ga100_chan_ramfc_write()
H A Dgk104.c85 const u32 limit2 = ilog2(length / 8); in gk104_chan_ramfc_write() local
93 nvkm_wo32(chan->inst, 0x4c, upper_32_bits(offset) | (limit2 << 16)); in gk104_chan_ramfc_write()
H A Dgf100.c88 const u32 limit2 = ilog2(length / 8); in gf100_chan_ramfc_write() local
96 nvkm_wo32(chan->inst, 0x4c, upper_32_bits(offset) | (limit2 << 16)); in gf100_chan_ramfc_write()