Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgm20b.c36 struct nvkm_bar **pbar) in gm20b_bar_new() argument
38 int ret = gf100_bar_new_(&gm20b_bar_func, device, type, inst, pbar); in gm20b_bar_new()
40 (*pbar)->iomap_uncached = true; in gm20b_bar_new()
H A Dgk20a.c36 struct nvkm_bar **pbar) in gk20a_bar_new() argument
38 int ret = gf100_bar_new_(&gk20a_bar_func, device, type, inst, pbar); in gk20a_bar_new()
40 (*pbar)->iomap_uncached = true; in gk20a_bar_new()
H A Dtu102.c97 struct nvkm_bar **pbar) in tu102_bar_new() argument
100 return r535_bar_new_(&tu102_bar, device, type, inst, pbar); in tu102_bar_new()
102 return gf100_bar_new_(&tu102_bar, device, type, inst, pbar); in tu102_bar_new()
H A Dgm107.c63 struct nvkm_bar **pbar) in gm107_bar_new() argument
65 return gf100_bar_new_(&gm107_bar_func, device, type, inst, pbar); in gm107_bar_new()
H A Dg84.c60 struct nvkm_bar **pbar) in g84_bar_new() argument
62 return nv50_bar_new_(&g84_bar_func, device, type, inst, 0x200, pbar); in g84_bar_new()
/linux/arch/m68k/include/asm/
H A Dbvme6000hw.h26 pad_l[3], pbar, member
/linux/drivers/rapidio/devices/
H A Dtsi721.c880 tsi721_obw_alloc(struct tsi721_device *priv, struct tsi721_obw_bar *pbar, in tsi721_obw_alloc() argument
892 bar_base = pbar->base; in tsi721_obw_alloc()
893 bar_end = bar_base + pbar->size; in tsi721_obw_alloc()
936 new_win->pbar = pbar; in tsi721_obw_alloc()
938 pbar->free -= size; in tsi721_obw_alloc()
948 struct tsi721_obw_bar *pbar; in tsi721_map_outb_win() local
967 pbar = &priv->p2r_bar[i]; in tsi721_map_outb_win()
968 ret = tsi721_obw_alloc(priv, pbar, size, &obw); in tsi721_map_outb_win()
1044 ob_win->pbar->free += ob_win->size; in tsi721_unmap_outb_win()
H A Dtsi721.h864 struct tsi721_obw_bar *pbar; member