Searched refs:isa_mem_size (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | pci-bridge.h | 53 resource_size_t isa_mem_size; member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 79 resource_size_t isa_mem_size; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pci-bridge.h | 83 resource_size_t isa_mem_size; member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/ |
H A D | pci.c | 288 if (j <= 2 && !found_isa_hole && hose->isa_mem_size) in ppc4xx_configure_pci_PMMs() 290 hose->isa_mem_size, 0, j) == 0) in ppc4xx_configure_pci_PMMs() 487 if (j <= 1 && !found_isa_hole && hose->isa_mem_size) in ppc4xx_configure_pcix_POMs() 489 hose->isa_mem_size, 0, j) == 0) in ppc4xx_configure_pcix_POMs() 1822 if (j <= 1 && !found_isa_hole && hose->isa_mem_size) in ppc4xx_configure_pciex_POMs() 1825 hose->isa_mem_size, 0, j) == 0) in ppc4xx_configure_pciex_POMs()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/ |
H A D | pci.c | 289 if (j <= 2 && !found_isa_hole && hose->isa_mem_size) in ppc4xx_configure_pci_PMMs() 291 hose->isa_mem_size, 0, j) == 0) in ppc4xx_configure_pci_PMMs() 488 if (j <= 1 && !found_isa_hole && hose->isa_mem_size) in ppc4xx_configure_pcix_POMs() 490 hose->isa_mem_size, 0, j) == 0) in ppc4xx_configure_pcix_POMs() 1820 if (j <= 1 && !found_isa_hole && hose->isa_mem_size) in ppc4xx_configure_pciex_POMs() 1823 hose->isa_mem_size, 0, j) == 0) in ppc4xx_configure_pciex_POMs()
|
/kernel/linux/linux-5.10/arch/microblaze/pci/ |
H A D | pci-common.c | 327 if ((offset + size) > hose->isa_mem_size) { in pci_mmap_legacy_page_range() 500 hose->isa_mem_size = range.size; in pci_process_bridge_OF_ranges()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | pci-common.c | 602 if ((offset + size) > hose->isa_mem_size) { in pci_mmap_legacy_page_range() 762 hose->isa_mem_size = range.size; in pci_process_bridge_OF_ranges()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | pci-common.c | 678 if ((offset + size) > hose->isa_mem_size) { in pci_mmap_legacy_page_range() 838 hose->isa_mem_size = range.size; in pci_process_bridge_OF_ranges()
|
Completed in 12 milliseconds