Home
last modified time | relevance | path

Searched refs:pbar (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A 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()
H A 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()
H A Dgf100.c165 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 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()
H A 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()
H A 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()
H A Dnv50.c223 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 Dgk20a.c36 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 Dgm20b.c36 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 Dg84.c60 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 Dgm107.c63 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 Dgf100.c165 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 Dtu102.c96 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 Dnv50.c223 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 Dbvme6000hw.h26 pad_l[3], pbar, member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dbvme6000hw.h26 pad_l[3], pbar, member
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H A 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 in tsi721_unmap_outb_win()
[all...]
H A Dtsi721.h864 struct tsi721_obw_bar *pbar; member
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A 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 in tsi721_unmap_outb_win()
[all...]
H A Dtsi721.h864 struct tsi721_obw_bar *pbar; member

Completed in 13 milliseconds