Searched refs:pcir (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dimage.c26 #include <subdev/bios/pcir.h>
33 struct nvbios_pcirT pcir; nvbios_imagen() local
50 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir))) nvbios_imagen()
52 image->size = pcir.image_size; nvbios_imagen()
53 image->type = pcir.image_type; nvbios_imagen()
54 image->last = pcir.last; nvbios_imagen()
H A Dnpde.c26 #include <subdev/bios/pcir.h>
31 struct nvbios_pcirT pcir; nvbios_npdeTe() local
33 u32 data = nvbios_pcirTp(bios, base, &ver, &hdr, &pcir); nvbios_npdeTe()
H A Dpcir.c25 #include <subdev/bios/pcir.h>

Completed in 94 milliseconds