pcir               33 drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c 	struct nvbios_pcirT pcir;
pcir               50 drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c 	if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir)))
pcir               52 drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c 	image->size = pcir.image_size;
pcir               53 drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c 	image->type = pcir.image_type;
pcir               54 drivers/gpu/drm/nouveau/nvkm/subdev/bios/image.c 	image->last = pcir.last;
pcir               31 drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c 	struct nvbios_pcirT pcir;
pcir               33 drivers/gpu/drm/nouveau/nvkm/subdev/bios/npde.c 	u32 data = nvbios_pcirTp(bios, base, &ver, &hdr, &pcir);