Searched refs:pbar (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | gk20a.c | 34 gk20a_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gk20a_bar_new() argument 36 int ret = gf100_bar_new_(&gk20a_bar_func, device, index, pbar); in gk20a_bar_new() 38 (*pbar)->iomap_uncached = true; in gk20a_bar_new()
|
D | gf100.c | 158 int index, struct nvkm_bar **pbar) in gf100_bar_new_() argument 164 *pbar = &bar->base; in gf100_bar_new_() 179 gf100_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gf100_bar_new() argument 181 return gf100_bar_new_(&gf100_bar_func, device, index, pbar); in gf100_bar_new()
|
D | g84.c | 53 g84_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in g84_bar_new() argument 55 return nv50_bar_new_(&g84_bar_func, device, index, 0x200, pbar); in g84_bar_new()
|
D | nv50.c | 191 int index, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() argument 198 *pbar = &bar->base; in nv50_bar_new_() 213 nv50_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in nv50_bar_new() argument 215 return nv50_bar_new_(&nv50_bar_func, device, index, 0x1400, pbar); in nv50_bar_new()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bvme6000hw.h | 25 pad_l[3], pbar, member
|