Searched refs:pbar (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
| H A D | gm20b.c | 36 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 D | gk20a.c | 36 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 D | tu102.c | 97 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 D | gm107.c | 63 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 D | g84.c | 60 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 D | bvme6000hw.h | 26 pad_l[3], pbar, member
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721.c | 880 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 D | tsi721.h | 864 struct tsi721_obw_bar *pbar; member
|