fbpa              152 drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h 	u32 (*probe_fbpa_amount)(struct nvkm_device *, int fbpa);
fbpa              466 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c gf100_ram_probe_fbpa_amount(struct nvkm_device *device, int fbpa)
fbpa              468 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c 	return nvkm_rd32(device, 0x11020c + (fbpa * 0x1000));
fbpa               33 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c 	u32 fbpa  = fbp * fbpas;
fbpa               36 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c 		if (!(fbpao & BIT(fbpa)))
fbpa               37 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c 			size += func->probe_fbpa_amount(device, fbpa);
fbpa               38 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c 		fbpa++;
fbpa               32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c 	u32 fbpa  = fbp * fbpas;
fbpa               39 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c 			if (!(fbpao & (1 << fbpa)))
fbpa               40 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c 				size += func->probe_fbpa_amount(device, fbpa);
fbpa               41 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c 			fbpa++;
fbpa               75 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c gp100_ram_probe_fbpa(struct nvkm_device *device, int fbpa)
fbpa               77 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c 	return nvkm_rd32(device, 0x90020c + (fbpa * 0x4000));