Searched refs:ilength (Results 1 – 14 of 14) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gpfifonv50.c | 43 u64 ioffset, ilength; in nv50_fifo_gpfifo_new() local 52 args->v0.ioffset, args->v0.ilength); in nv50_fifo_gpfifo_new() 69 ilength = order_base_2(args->v0.ilength / 8); in nv50_fifo_gpfifo_new() 76 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(ioffset) | (ilength << 16)); in nv50_fifo_gpfifo_new()
|
D | gpfifog84.c | 43 u64 ioffset, ilength; in g84_fifo_gpfifo_new() local 52 args->v0.ioffset, args->v0.ilength); in g84_fifo_gpfifo_new() 69 ilength = order_base_2(args->v0.ilength / 8); in g84_fifo_gpfifo_new() 76 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(ioffset) | (ilength << 16)); in g84_fifo_gpfifo_new()
|
D | gpfifogv100.c | 125 u64 vmm, u64 ioffset, u64 ilength, u64 *inst, bool priv, in gv100_fifo_gpfifo_new_() argument 179 ilength = order_base_2(ilength / 8); in gv100_fifo_gpfifo_new_() 209 (ilength << 16)); in gv100_fifo_gpfifo_new_() 239 args->v0.ilength, args->v0.runlist, args->v0.priv); in gv100_fifo_gpfifo_new() 247 args->v0.ilength, in gv100_fifo_gpfifo_new()
|
D | gpfifogf100.c | 223 u64 usermem, ioffset, ilength; in gf100_fifo_gpfifo_new() local 231 args->v0.ilength); in gf100_fifo_gpfifo_new() 264 ilength = order_base_2(args->v0.ilength / 8); in gf100_fifo_gpfifo_new() 280 (ilength << 16)); in gf100_fifo_gpfifo_new()
|
D | gpfifogk104.c | 244 u64 vmm, u64 ioffset, u64 ilength, u64 *inst, bool priv, in gk104_fifo_gpfifo_new_() argument 299 ilength = order_base_2(ilength / 8); in gk104_fifo_gpfifo_new_() 315 (ilength << 16)); in gk104_fifo_gpfifo_new_() 345 args->v0.ilength, args->v0.runlist, args->v0.priv); in gk104_fifo_gpfifo_new() 353 args->v0.ilength, in gk104_fifo_gpfifo_new()
|
D | gpfifotu102.c | 67 args->v0.ilength, args->v0.runlist, args->v0.priv); in tu102_fifo_gpfifo_new() 75 args->v0.ilength, in tu102_fifo_gpfifo_new()
|
/drivers/infiniband/sw/rdmavt/ |
D | trace_mr.h | 136 __field(u32, ilength) 151 __entry->ilength = isge->length; 167 __entry->ilength,
|
/drivers/gpu/drm/nouveau/include/nvif/ |
D | cl906f.h | 9 __u32 ilength; member
|
D | cl506f.h | 9 __u32 ilength; member
|
D | cl826f.h | 9 __u32 ilength; member
|
D | cla06f.h | 9 __u32 ilength; member
|
D | clc36f.h | 9 __u32 ilength; member
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_chan.c | 293 args.volta.ilength = 0x02000; in nouveau_channel_ind() 302 args.kepler.ilength = 0x02000; in nouveau_channel_ind() 311 args.fermi.ilength = 0x02000; in nouveau_channel_ind() 317 args.nv50.ilength = 0x02000; in nouveau_channel_ind()
|
/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 2288 uint32_t midpoint, ilength; in qla2x00_read_flash_data() local 2295 for (ilength = 0; ilength < length; saddr++, ilength++, tmp_buf++) { in qla2x00_read_flash_data() 2296 if (ilength == midpoint) { in qla2x00_read_flash_data()
|