Home
last modified time | relevance | path

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

/Linux-v4.19/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.c36 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()
Dgf100.c163 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()
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()
Dnv50.c215 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/
Dbvme6000hw.h26 pad_l[3], pbar, member
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c869 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()
Dtsi721.h877 struct tsi721_obw_bar *pbar; member