/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
cl506f.h | 12 __u64 ioffset; member in struct:nv50_channel_gpfifo_v0
|
cl826f.h | 12 __u64 ioffset; member in struct:g82_channel_gpfifo_v0
|
cl906f.h | 12 __u64 ioffset; member in struct:fermi_channel_gpfifo_v0
|
cla06f.h | 12 __u64 ioffset; member in struct:kepler_channel_gpfifo_a_v0
|
clc36f.h | 12 __u64 ioffset; member in struct:volta_channel_gpfifo_a_v0
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
nouveau_nvkm_engine_fifo_gpfifog84.c | 48 u64 ioffset, ilength; local in function:g84_fifo_gpfifo_new 54 "pushbuf %"PRIx64" ioffset %016"PRIx64" " 57 args->v0.ioffset, args->v0.ilength); 73 ioffset = args->v0.ioffset; 80 nvkm_wo32(chan->ramfc, 0x50, lower_32_bits(ioffset)); 81 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(ioffset) | (ilength << 16));
|
nouveau_nvkm_engine_fifo_gpfifonv50.c | 48 u64 ioffset, ilength; local in function:nv50_fifo_gpfifo_new 54 "pushbuf %"PRIx64" ioffset %016"PRIx64" " 57 args->v0.ioffset, args->v0.ilength); 73 ioffset = args->v0.ioffset; 80 nvkm_wo32(chan->ramfc, 0x50, lower_32_bits(ioffset)); 81 nvkm_wo32(chan->ramfc, 0x54, upper_32_bits(ioffset) | (ilength << 16));
|
nouveau_nvkm_engine_fifo_gpfifogf100.c | 228 u64 usermem, ioffset, ilength; local in function:gf100_fifo_gpfifo_new 234 "ioffset %016"PRIx64" ilength %08x\n", 235 args->v0.version, args->v0.vmm, args->v0.ioffset, 268 ioffset = args->v0.ioffset; 283 nvkm_wo32(chan->base.inst, 0x48, lower_32_bits(ioffset)); 284 nvkm_wo32(chan->base.inst, 0x4c, upper_32_bits(ioffset) |
|
/src/sys/arch/hppa/stand/xxboot/ |
readufs.h | 106 uint32_t ioffset; /* start of inode in ifile */ member in struct:ufs_info::__anon6c58e41c010a::__anon6c58e41c0308
|
/src/sys/arch/x68k/stand/boot_ufs/ |
readufs.h | 107 u_int32_t ioffset; /* start of inode in ifile */ member in struct:ufs_info::__anone0474921010a::__anone04749210308
|