/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
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;
|
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_pcir.c | 30 #include <subdev/bios/pcir.h> 39 case 0x52494350: /* PCIR */ 47 "%08x: PCIR signature (%08x) unknown\n",
|
nouveau_nvkm_subdev_bios_pcir.c | 30 #include <subdev/bios/pcir.h> 39 case 0x52494350: /* PCIR */ 47 "%08x: PCIR signature (%08x) unknown\n",
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_bufs.c | 54 if (dev->pcir[resource] != NULL) { 60 dev->pcir[resource] = bus_alloc_resource_any(dev->device, 64 if (dev->pcir[resource] == NULL) { 82 return rman_get_start(dev->pcir[resource]); 95 return rman_get_size(dev->pcir[resource]);
|
drm_bufs.c | 54 if (dev->pcir[resource] != NULL) { 60 dev->pcir[resource] = bus_alloc_resource_any(dev->device, 64 if (dev->pcir[resource] == NULL) { 82 return rman_get_start(dev->pcir[resource]); 95 return rman_get_size(dev->pcir[resource]);
|
drm_drv.c | 723 if (dev->pcir[i] == NULL) 726 dev->pcirid[i], dev->pcir[i]); 727 dev->pcir[i] = NULL;
|
drm_drv.c | 723 if (dev->pcir[i] == NULL) 726 dev->pcirid[i], dev->pcir[i]); 727 dev->pcir[i] = NULL;
|
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
|