Home
last modified time | relevance | path

Searched refs:io_resource (Results 1 - 25 of 93) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-legacy.c55 if (start < PCIBIOS_MIN_IO + hose->io_resource->start) in pcibios_align_resource()
56 start = PCIBIOS_MIN_IO + hose->io_resource->start; in pcibios_align_resource()
91 hose->io_resource, hose->io_offset); in pcibios_scanbus()
160 res = hose->io_resource; in pci_load_of_ranges()
200 parent = hose->io_resource->parent; in register_pci_controller()
204 if (request_resource(parent, hose->io_resource) < 0) { in register_pci_controller()
H A Dpci-malta.c61 .io_resource = &bonito64_io_resource,
68 .io_resource = &gt64120_io_resource,
74 .io_resource = &msc_io_resource,
233 if (controller->io_resource->start < 0x00001000UL) in mips_pcibios_init()
234 controller->io_resource->start = 0x00001000UL; in mips_pcibios_init()
237 ioport_resource.end = controller->io_resource->end; in mips_pcibios_init()
H A Dops-tx3927.c134 channel->io_resource->start + mips_io_port_base - IO_BASE; in tx3927_pcic_setup()
136 channel->io_resource->end - channel->io_resource->start; in tx3927_pcic_setup()
138 channel->io_resource->start - channel->io_offset; in tx3927_pcic_setup()
H A Dpci-vr41xx.c89 .io_resource = &pci_io_resource,
282 if (setup->io_resource != NULL) { in vr41xx_pciu_init()
283 vr41xx_pci_controller.io_resource = setup->io_resource; in vr41xx_pciu_init()
292 struct resource *res = vr41xx_pci_controller.io_resource; in vr41xx_pciu_init()
H A Dpci-bcm63xx.c47 .io_resource = &bcm_pci_io_resource,
73 .io_resource = &bcm_cb_io_resource,
94 .io_resource = &bcm_pcie_io_resource,
H A Dops-tx4927.c247 __raw_writel((channel->io_resource->end - channel->io_resource->start) in tx4927_pcic_setup()
250 ____raw_writeq((channel->io_resource->start + in tx4927_pcic_setup()
258 ____raw_writeq(channel->io_resource->start - channel->io_offset, in tx4927_pcic_setup()
311 if (channel->io_resource->end) in tx4927_pcic_setup()
/kernel/linux/linux-6.6/arch/mips/pci/
H A Dpci-legacy.c55 if (start < PCIBIOS_MIN_IO + hose->io_resource->start) in pcibios_align_resource()
56 start = PCIBIOS_MIN_IO + hose->io_resource->start; in pcibios_align_resource()
91 hose->io_resource, hose->io_offset); in pcibios_scanbus()
155 res = hose->io_resource; in pci_load_of_ranges()
192 parent = hose->io_resource->parent; in register_pci_controller()
196 if (request_resource(parent, hose->io_resource) < 0) { in register_pci_controller()
H A Dpci-malta.c61 .io_resource = &bonito64_io_resource,
68 .io_resource = &gt64120_io_resource,
74 .io_resource = &msc_io_resource,
233 if (controller->io_resource->start < 0x00001000UL) in mips_pcibios_init()
234 controller->io_resource->start = 0x00001000UL; in mips_pcibios_init()
237 ioport_resource.end = controller->io_resource->end; in mips_pcibios_init()
H A Dpci-bcm63xx.c47 .io_resource = &bcm_pci_io_resource,
73 .io_resource = &bcm_cb_io_resource,
94 .io_resource = &bcm_pcie_io_resource,
H A Dops-tx4927.c247 __raw_writel((channel->io_resource->end - channel->io_resource->start) in tx4927_pcic_setup()
250 ____raw_writeq((channel->io_resource->start + in tx4927_pcic_setup()
258 ____raw_writeq(channel->io_resource->start - channel->io_offset, in tx4927_pcic_setup()
311 if (channel->io_resource->end) in tx4927_pcic_setup()
/kernel/linux/linux-5.10/drivers/bcma/
H A Ddriver_pci_host.c411 pc_host->pci_controller.io_resource = &pc_host->io_resource; in bcma_core_pci_hostmode_init()
427 pc_host->io_resource.name = "BCMA PCIcore external I/O"; in bcma_core_pci_hostmode_init()
428 pc_host->io_resource.start = 0x100; in bcma_core_pci_hostmode_init()
429 pc_host->io_resource.end = 0x7FF; in bcma_core_pci_hostmode_init()
430 pc_host->io_resource.flags = IORESOURCE_IO | IORESOURCE_PCI_FIXED; in bcma_core_pci_hostmode_init()
460 pc_host->io_resource.start = 0x100; in bcma_core_pci_hostmode_init()
461 pc_host->io_resource.end = 0x47F; in bcma_core_pci_hostmode_init()
469 pc_host->io_resource.start = 0x480; in bcma_core_pci_hostmode_init()
470 pc_host->io_resource in bcma_core_pci_hostmode_init()
[all...]
/kernel/linux/linux-6.6/drivers/bcma/
H A Ddriver_pci_host.c411 pc_host->pci_controller.io_resource = &pc_host->io_resource; in bcma_core_pci_hostmode_init()
427 pc_host->io_resource.name = "BCMA PCIcore external I/O"; in bcma_core_pci_hostmode_init()
428 pc_host->io_resource.start = 0x100; in bcma_core_pci_hostmode_init()
429 pc_host->io_resource.end = 0x7FF; in bcma_core_pci_hostmode_init()
430 pc_host->io_resource.flags = IORESOURCE_IO | IORESOURCE_PCI_FIXED; in bcma_core_pci_hostmode_init()
460 pc_host->io_resource.start = 0x100; in bcma_core_pci_hostmode_init()
461 pc_host->io_resource.end = 0x47F; in bcma_core_pci_hostmode_init()
469 pc_host->io_resource.start = 0x480; in bcma_core_pci_hostmode_init()
470 pc_host->io_resource in bcma_core_pci_hostmode_init()
[all...]
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H A Dpci.c94 .io_resource = &primary_pci_io_res,
129 new->c.io_resource = &new->r_io; in txx9_alloc_pci_controller()
133 pcic->io_resource->flags = IORESOURCE_IO; in txx9_alloc_pci_controller()
197 pcic->io_resource->start = 0; in txx9_alloc_pci_controller()
202 pcic->io_resource->start = in txx9_alloc_pci_controller()
207 pcic->io_resource->end = pcic->io_resource->start + io_size - 1; in txx9_alloc_pci_controller()
/kernel/linux/linux-5.10/drivers/ssb/
H A Ddriver_gige.c183 dev->pci_controller.io_resource = &dev->io_resource; in ssb_gige_probe()
189 dev->io_resource.name = SSB_GIGE_IO_RES_NAME; in ssb_gige_probe()
190 dev->io_resource.start = 0x800; in ssb_gige_probe()
191 dev->io_resource.end = 0x8FF; in ssb_gige_probe()
192 dev->io_resource.flags = IORESOURCE_IO | IORESOURCE_PCI_FIXED; in ssb_gige_probe()
/kernel/linux/linux-6.6/drivers/ssb/
H A Ddriver_gige.c183 dev->pci_controller.io_resource = &dev->io_resource; in ssb_gige_probe()
189 dev->io_resource.name = SSB_GIGE_IO_RES_NAME; in ssb_gige_probe()
190 dev->io_resource.start = 0x800; in ssb_gige_probe()
191 dev->io_resource.end = 0x8FF; in ssb_gige_probe()
192 dev->io_resource.flags = IORESOURCE_IO | IORESOURCE_PCI_FIXED; in ssb_gige_probe()
/kernel/linux/linux-6.6/arch/mips/txx9/generic/
H A Dpci.c95 .io_resource = &primary_pci_io_res,
130 new->c.io_resource = &new->r_io; in txx9_alloc_pci_controller()
134 pcic->io_resource->flags = IORESOURCE_IO; in txx9_alloc_pci_controller()
198 pcic->io_resource->start = 0; in txx9_alloc_pci_controller()
203 pcic->io_resource->start = in txx9_alloc_pci_controller()
208 pcic->io_resource->end = pcic->io_resource->start + io_size - 1; in txx9_alloc_pci_controller()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dpci_64.c187 hose->io_resource.start += io_virt_offset; in pcibios_map_phb_io_space()
188 hose->io_resource.end += io_virt_offset; in pcibios_map_phb_io_space()
190 pr_debug(" hose->io_resource=%pR\n", &hose->io_resource); in pcibios_map_phb_io_space()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpci_64.c187 hose->io_resource.start += io_virt_offset; in pcibios_map_phb_io_space()
188 hose->io_resource.end += io_virt_offset; in pcibios_map_phb_io_space()
190 pr_debug(" hose->io_resource=%pR\n", &hose->io_resource); in pcibios_map_phb_io_space()
/kernel/linux/linux-5.10/arch/microblaze/pci/
H A Dpci-common.c80 return resource_size(&hose->io_resource); in pcibios_io_size()
222 struct resource *rp = &hose->io_resource; in pci_legacy_read()
262 struct resource *rp = &hose->io_resource; in pci_legacy_write()
343 rp = &hose->io_resource; in pci_mmap_legacy_page_range()
477 res = &hose->io_resource; in pci_process_bridge_OF_ranges()
827 if (!(hose->io_resource.flags & IORESOURCE_IO)) in pcibios_reserve_legacy_regions()
837 if (request_resource(&hose->io_resource, res)) { in pcibios_reserve_legacy_regions()
905 res = &hose->io_resource; in pcibios_setup_phb_resources()
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpci-bridge.h35 struct resource io_resource; member
/kernel/linux/linux-5.10/arch/mips/cobalt/
H A Dpci.c36 .io_resource = &cobalt_io_resource,
/kernel/linux/linux-6.6/arch/mips/cobalt/
H A Dpci.c36 .io_resource = &cobalt_io_resource,
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dpci-bridge.h49 struct resource io_resource; member
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpci-bridge.h49 struct resource io_resource; member
/kernel/linux/linux-5.10/arch/mips/loongson2ef/common/
H A Dpci.c27 .io_resource = &loongson_pci_io_resource,

Completed in 12 milliseconds

1234