Searched refs:isa_ranges (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 2794 u32 isa_ranges[6]; in fixup_device_tree_maple() local 2809 if (prom_getprop(isa, "ranges", isa_ranges, sizeof(isa_ranges)) in fixup_device_tree_maple() 2813 if (isa_ranges[0] != 0x1 || in fixup_device_tree_maple() 2814 isa_ranges[1] != 0xf4000000 || in fixup_device_tree_maple() 2815 isa_ranges[2] != 0x00010000) in fixup_device_tree_maple() 2820 isa_ranges[0] = 0x1; in fixup_device_tree_maple() 2821 isa_ranges[1] = 0x0; in fixup_device_tree_maple() 2822 isa_ranges[2] = rloc; in fixup_device_tree_maple() 2823 isa_ranges[3] = 0x0; in fixup_device_tree_maple() 2824 isa_ranges[4] = 0x0; in fixup_device_tree_maple() [all …]
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 360 AmlDecode dec, AmlISARanges isa_ranges, 365 AmlDecode dec, AmlISARanges isa_ranges,
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 1463 AmlDecode dec, AmlISARanges isa_ranges, in aml_word_io() argument 1471 isa_ranges); in aml_word_io() 1481 AmlDecode dec, AmlISARanges isa_ranges, in aml_dword_io() argument 1489 isa_ranges); in aml_dword_io()
|