Searched refs:pbar (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | gk20a.c | 35 gk20a_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gk20a_bar_new() argument 37 int ret = gf100_bar_new_(&gk20a_bar_func, device, index, pbar); in gk20a_bar_new() 39 (*pbar)->iomap_uncached = true; in gk20a_bar_new()
|
D | gm20b.c | 36 gm20b_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gm20b_bar_new() argument 38 int ret = gf100_bar_new_(&gm20b_bar_func, device, index, pbar); in gm20b_bar_new() 40 (*pbar)->iomap_uncached = true; in gm20b_bar_new()
|
D | gf100.c | 163 int index, struct nvkm_bar **pbar) in gf100_bar_new_() argument 170 *pbar = &bar->base; in gf100_bar_new_() 190 gf100_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gf100_bar_new() argument 192 return gf100_bar_new_(&gf100_bar_func, device, index, pbar); in gf100_bar_new()
|
D | gm107.c | 62 gm107_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gm107_bar_new() argument 64 return gf100_bar_new_(&gm107_bar_func, device, index, pbar); in gm107_bar_new()
|
D | g84.c | 59 g84_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in g84_bar_new() argument 61 return nv50_bar_new_(&g84_bar_func, device, index, 0x200, pbar); in g84_bar_new()
|
D | nv50.c | 215 int index, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() argument 222 *pbar = &bar->base; in nv50_bar_new_() 243 nv50_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in nv50_bar_new() argument 245 return nv50_bar_new_(&nv50_bar_func, device, index, 0x1400, pbar); in nv50_bar_new()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | bvme6000hw.h | 26 pad_l[3], pbar, member
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | tsi721.c | 869 tsi721_obw_alloc(struct tsi721_device *priv, struct tsi721_obw_bar *pbar, in tsi721_obw_alloc() argument 881 bar_base = pbar->base; in tsi721_obw_alloc() 882 bar_end = bar_base + pbar->size; in tsi721_obw_alloc() 925 new_win->pbar = pbar; in tsi721_obw_alloc() 927 pbar->free -= size; in tsi721_obw_alloc() 937 struct tsi721_obw_bar *pbar; in tsi721_map_outb_win() local 956 pbar = &priv->p2r_bar[i]; in tsi721_map_outb_win() 957 ret = tsi721_obw_alloc(priv, pbar, size, &obw); in tsi721_map_outb_win() 1033 ob_win->pbar->free += ob_win->size; in tsi721_unmap_outb_win()
|
D | tsi721.h | 877 struct tsi721_obw_bar *pbar; member
|