/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A 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()
|
H A D | gm20b.c | 35 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()
|
H A D | gf100.c | 165 int index, struct nvkm_bar **pbar) in gf100_bar_new_() 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() 164 gf100_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, int index, struct nvkm_bar **pbar) gf100_bar_new_() argument
|
H A 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()
|
H A 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()
|
H A D | tu102.c | 95 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()
|
H A D | nv50.c | 223 int index, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() 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() 222 nv50_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, int index, u32 pgd_addr, struct nvkm_bar **pbar) nv50_bar_new_() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gk20a.c | 36 struct nvkm_bar **pbar) in gk20a_bar_new() 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() 35 gk20a_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) gk20a_bar_new() argument
|
H A D | gm20b.c | 36 struct nvkm_bar **pbar) in gm20b_bar_new() 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() 35 gm20b_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) gm20b_bar_new() argument
|
H A D | g84.c | 60 struct nvkm_bar **pbar) in g84_bar_new() 62 return nv50_bar_new_(&g84_bar_func, device, type, inst, 0x200, pbar); in g84_bar_new() 59 g84_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) g84_bar_new() argument
|
H A D | gm107.c | 63 struct nvkm_bar **pbar) in gm107_bar_new() 65 return gf100_bar_new_(&gm107_bar_func, device, type, inst, pbar); in gm107_bar_new() 62 gm107_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) gm107_bar_new() argument
|
H A D | gf100.c | 165 enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) in gf100_bar_new_() 172 *pbar = &bar->base; in gf100_bar_new_() 193 struct nvkm_bar **pbar) in gf100_bar_new() 195 return gf100_bar_new_(&gf100_bar_func, device, type, inst, pbar); in gf100_bar_new() 164 gf100_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) gf100_bar_new_() argument 192 gf100_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) gf100_bar_new() argument
|
H A D | tu102.c | 96 struct nvkm_bar **pbar) in tu102_bar_new() 98 return gf100_bar_new_(&tu102_bar, device, type, inst, pbar); in tu102_bar_new() 95 tu102_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) tu102_bar_new() argument
|
H A D | nv50.c | 223 enum nvkm_subdev_type type, int inst, u32 pgd_addr, struct nvkm_bar **pbar) in nv50_bar_new_() 230 *pbar = &bar->base; in nv50_bar_new_() 252 struct nvkm_bar **pbar) in nv50_bar_new() 254 return nv50_bar_new_(&nv50_bar_func, device, type, inst, 0x1400, pbar); in nv50_bar_new() 222 nv50_bar_new_(const struct nvkm_bar_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, u32 pgd_addr, struct nvkm_bar **pbar) nv50_bar_new_() argument 251 nv50_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_bar **pbar) nv50_bar_new() argument
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | bvme6000hw.h | 26 pad_l[3], pbar, member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | bvme6000hw.h | 26 pad_l[3], pbar, member
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | tsi721.c | 856 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 in tsi721_unmap_outb_win() [all...] |
H A D | tsi721.h | 864 struct tsi721_obw_bar *pbar; member
|
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | tsi721.c | 856 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 in tsi721_unmap_outb_win() [all...] |
H A D | tsi721.h | 864 struct tsi721_obw_bar *pbar; member
|