Lines Matching +full:ce4100 +full:- +full:ioapic
1 // SPDX-License-Identifier: GPL-2.0
42 * CE4100 ids. Will be moved to machine_device_initcall() once we have it.
45 { .compatible = "intel,ce4100-cp", },
69 prop = of_get_property(np, "bus-range", NULL); in pcibios_get_phb_of_node()
73 if (bus->number == bus_min) in pcibios_get_phb_of_node()
93 return -EINVAL; in x86_of_pci_irq_enable()
94 dev->irq = virq; in x86_of_pci_irq_enable()
116 dn = of_find_compatible_node(NULL, NULL, "intel,ce4100-hpet"); in dtb_setup_hpet()
153 dn = of_find_compatible_node(NULL, NULL, "intel,ce4100-lapic"); in dtb_lapic_setup()
170 pic_mode = !of_property_read_bool(dn, "intel,virtual-wire-mode"); in dtb_lapic_setup()
217 if (WARN_ON(fwspec->param_count < 2)) in dt_irqdomain_alloc()
218 return -EINVAL; in dt_irqdomain_alloc()
220 type_index = fwspec->param[1]; in dt_irqdomain_alloc()
222 return -EINVAL; in dt_irqdomain_alloc()
225 ioapic_set_alloc_attr(&tmp, NUMA_NO_NODE, it->is_level, it->active_low); in dt_irqdomain_alloc()
227 tmp.ioapic.pin = fwspec->param[0]; in dt_irqdomain_alloc()
261 for_each_compatible_node(dn, NULL, "intel,ce4100-ioapic") in dtb_ioapic_setup()
268 pr_err("Error: No information about IO-APIC in OF.\n"); in dtb_ioapic_setup()
299 map_len = max(PAGE_SIZE - (initial_dtb & ~PAGE_MASK), (u64)128); in x86_flattree_get_config()