Home
last modified time | relevance | path

Searched refs:limit2 (Results 1 – 2 of 2) 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 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()