/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_npde.c | 31 #include <subdev/bios/pcir.h> 36 struct nvbios_pcirT pcir; local in function:nvbios_npdeTe 38 u32 data = nvbios_pcirTp(bios, base, &ver, &hdr, &pcir);
|
nouveau_nvkm_subdev_bios_npde.c | 31 #include <subdev/bios/pcir.h> 36 struct nvbios_pcirT pcir; local in function:nvbios_npdeTe 38 u32 data = nvbios_pcirTp(bios, base, &ver, &hdr, &pcir);
|
nouveau_nvkm_subdev_bios_image.c | 31 #include <subdev/bios/pcir.h> 38 struct nvbios_pcirT pcir; local in function:nvbios_imagen 55 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir))) 57 image->size = pcir.image_size; 58 image->type = pcir.image_type; 59 image->last = pcir.last;
|
nouveau_nvkm_subdev_bios_image.c | 31 #include <subdev/bios/pcir.h> 38 struct nvbios_pcirT pcir; local in function:nvbios_imagen 55 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir))) 57 image->size = pcir.image_size; 58 image->type = pcir.image_type; 59 image->last = pcir.last;
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drmP.h | 827 struct resource *pcir[DRM_MAX_PCI_RESOURCE]; member in struct:drm_device
|
drmP.h | 827 struct resource *pcir[DRM_MAX_PCI_RESOURCE]; member in struct:drm_device
|