OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcir
(Results
1 - 6
of
6
) sorted by relevancy
/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
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
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",
/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_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
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026