Lines Matching defs:res
28 struct resource res;
65 pp->res.name = pp->mem_space_name;
67 pp->res.start = DOVE_PCIE0_MEM_PHYS_BASE;
68 pp->res.end = pp->res.start + DOVE_PCIE0_MEM_SIZE - 1;
70 pp->res.start = DOVE_PCIE1_MEM_PHYS_BASE;
71 pp->res.end = pp->res.start + DOVE_PCIE1_MEM_SIZE - 1;
73 pp->res.flags = IORESOURCE_MEM;
74 if (request_resource(&iomem_resource, &pp->res))
76 pci_add_resource_offset(&sys->resources, &pp->res, sys->mem_offset);
209 memset(&pp->res, 0, sizeof(pp->res));