Searched refs:img_base (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h45 int nvkm_falcon_pio_wr(struct nvkm_falcon *, const u8 *img, u32 img_base, u8 port,
48 const u8 *img, u32 img_base, int len);
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dbase.c141 const u8 *img, u32 img_base, int len)
150 FLCN_DBG(falcon, "%s %08x -> %08x bytes at %08x", type, mem_base, len, img_base);
160 for (img_base = 0; img_base < xfer_len; img_base += 4, mem_base += 4) {
161 if (((img_base / 4) % 8) == 0)
163 printk(KERN_CONT " %08x", *(u32 *)(img + img_base));
175 nvkm_falcon_pio_wr(struct nvkm_falcon *falcon, const u8 *img, u32 img_base, u8 port, argument
185 FLCN_DBG(falcon, "%s %08x <- %08x bytes at %08x", type, mem_base, len, img_base);
195 for (img_base
140 nvkm_falcon_pio_rd(struct nvkm_falcon *falcon, u8 port, enum nvkm_falcon_mem mem_type, u32 mem_base, const u8 *img, u32 img_base, int len) argument
[all...]

Completed in 295 milliseconds