Home
last modified time | relevance | path

Searched refs:pbar (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dgk20a.c35 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()
Dgm20b.c35 gm20b_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gm20b_bar_new() argument
37 int ret = gf100_bar_new_(&gm20b_bar_func, device, index, pbar); in gm20b_bar_new()
39 (*pbar)->iomap_uncached = true; in gm20b_bar_new()
Dgf100.c165 int index, struct nvkm_bar **pbar) in gf100_bar_new_() argument
172 *pbar = &bar->base; in gf100_bar_new_()
192 gf100_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in gf100_bar_new() argument
194 return gf100_bar_new_(&gf100_bar_func, device, index, pbar); in gf100_bar_new()
Dgm107.c62 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()
Dg84.c59 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()
Dtu102.c95 tu102_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in tu102_bar_new() argument
97 return gf100_bar_new_(&tu102_bar, device, index, pbar); in tu102_bar_new()
Dnv50.c223 int index, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() argument
230 *pbar = &bar->base; in nv50_bar_new_()
251 nv50_bar_new(struct nvkm_device *device, int index, struct nvkm_bar **pbar) in nv50_bar_new() argument
253 return nv50_bar_new_(&nv50_bar_func, device, index, 0x1400, pbar); in nv50_bar_new()
/Linux-v5.10/arch/m68k/include/asm/
Dbvme6000hw.h26 pad_l[3], pbar, member
/Linux-v5.10/drivers/rapidio/devices/
Dtsi721.c856 tsi721_obw_alloc(struct tsi721_device *priv, struct tsi721_obw_bar *pbar, in tsi721_obw_alloc() argument
868 bar_base = pbar->base; in tsi721_obw_alloc()
869 bar_end = bar_base + pbar->size; in tsi721_obw_alloc()
912 new_win->pbar = pbar; in tsi721_obw_alloc()
914 pbar->free -= size; in tsi721_obw_alloc()
924 struct tsi721_obw_bar *pbar; in tsi721_map_outb_win() local
943 pbar = &priv->p2r_bar[i]; in tsi721_map_outb_win()
944 ret = tsi721_obw_alloc(priv, pbar, size, &obw); in tsi721_map_outb_win()
1020 ob_win->pbar->free += ob_win->size; in tsi721_unmap_outb_win()
Dtsi721.h864 struct tsi721_obw_bar *pbar; member