Searched refs:mem_resource (Results 1 – 5 of 5) sorted by relevance
/drivers/cpufreq/ |
D | pcc-cpufreq.c | 391 struct pcc_memory_resource *mem_resource; in pcc_cpufreq_probe() local 429 mem_resource = (struct pcc_memory_resource *)member->buffer.pointer; in pcc_cpufreq_probe() 436 mem_resource->descriptor, mem_resource->length, in pcc_cpufreq_probe() 437 mem_resource->space_id, mem_resource->resource_usage, in pcc_cpufreq_probe() 438 mem_resource->type_specific, mem_resource->granularity, in pcc_cpufreq_probe() 439 mem_resource->minimum, mem_resource->maximum, in pcc_cpufreq_probe() 440 mem_resource->translation_offset, in pcc_cpufreq_probe() 441 mem_resource->address_length); in pcc_cpufreq_probe() 443 if (mem_resource->space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) { in pcc_cpufreq_probe() 448 pcch_virt_addr = ioremap(mem_resource->minimum, in pcc_cpufreq_probe() [all …]
|
/drivers/ssb/ |
D | driver_gige.c | 184 dev->pci_controller.mem_resource = &dev->mem_resource; in ssb_gige_probe() 202 dev->mem_resource.name = SSB_GIGE_MEM_RES_NAME; in ssb_gige_probe() 203 dev->mem_resource.start = base; in ssb_gige_probe() 204 dev->mem_resource.end = base + 0x10000 - 1; in ssb_gige_probe() 205 dev->mem_resource.flags = IORESOURCE_MEM | IORESOURCE_PCI_FIXED; in ssb_gige_probe() 264 res->name = dev->mem_resource.name; in ssb_gige_pcibios_plat_dev_init() 265 res->start = dev->mem_resource.start; in ssb_gige_pcibios_plat_dev_init() 266 res->end = dev->mem_resource.end; in ssb_gige_pcibios_plat_dev_init()
|
D | driver_pcicore.c | 254 .mem_resource = &ssb_pcicore_mem_resource,
|
/drivers/bcma/ |
D | driver_pci_host.c | 412 pc_host->pci_controller.mem_resource = &pc_host->mem_resource; in bcma_core_pci_hostmode_init() 422 pc_host->mem_resource.name = "BCMA PCIcore external memory"; in bcma_core_pci_hostmode_init() 423 pc_host->mem_resource.start = BCMA_SOC_PCI_DMA; in bcma_core_pci_hostmode_init() 424 pc_host->mem_resource.end = BCMA_SOC_PCI_DMA + BCMA_SOC_PCI_DMA_SZ - 1; in bcma_core_pci_hostmode_init() 425 pc_host->mem_resource.flags = IORESOURCE_MEM | IORESOURCE_PCI_FIXED; in bcma_core_pci_hostmode_init() 447 pc_host->mem_resource.start = BCMA_SOC_PCI_MEM; in bcma_core_pci_hostmode_init() 448 pc_host->mem_resource.end = BCMA_SOC_PCI_MEM + in bcma_core_pci_hostmode_init() 457 pc_host->mem_resource.start = BCMA_SOC_PCI_MEM; in bcma_core_pci_hostmode_init() 458 pc_host->mem_resource.end = BCMA_SOC_PCI_MEM + in bcma_core_pci_hostmode_init() 466 pc_host->mem_resource.start = BCMA_SOC_PCI1_MEM; in bcma_core_pci_hostmode_init() [all …]
|
/drivers/staging/mt7621-pci/ |
D | pci-mt7621.c | 266 struct resource *mem_resource = &pcie->mem; in setup_cm_memory_region() local 276 mask = ~(mem_resource->end - mem_resource->start); in setup_cm_memory_region() 278 write_gcr_reg1_base(mem_resource->start); in setup_cm_memory_region()
|