Lines Matching +full:ce4100 +full:- +full:ioapic
1 // SPDX-License-Identifier: GPL-2.0
50 * CE4100 ids. Will be moved to machine_device_initcall() once we have it.
53 { .compatible = "intel,ce4100-cp", },
77 prop = of_get_property(np, "bus-range", NULL); in pcibios_get_phb_of_node()
81 if (bus->number == bus_min) in pcibios_get_phb_of_node()
101 return -EINVAL; in x86_of_pci_irq_enable()
102 dev->irq = virq; in x86_of_pci_irq_enable()
124 dn = of_find_compatible_node(NULL, NULL, "intel,ce4100-hpet"); in dtb_setup_hpet()
162 dn = of_find_compatible_node(NULL, NULL, "intel,ce4100-lapic"); in dtb_lapic_setup()
223 if (WARN_ON(fwspec->param_count < 2)) in dt_irqdomain_alloc()
224 return -EINVAL; in dt_irqdomain_alloc()
226 type_index = fwspec->param[1]; in dt_irqdomain_alloc()
228 return -EINVAL; in dt_irqdomain_alloc()
231 ioapic_set_alloc_attr(&tmp, NUMA_NO_NODE, it->trigger, it->polarity); in dt_irqdomain_alloc()
233 tmp.ioapic.pin = fwspec->param[0]; in dt_irqdomain_alloc()
267 for_each_compatible_node(dn, NULL, "intel,ce4100-ioapic") in dtb_ioapic_setup()
274 printk(KERN_ERR "Error: No information about IO-APIC in OF.\n"); in dtb_ioapic_setup()
298 map_len = max(PAGE_SIZE - (initial_dtb & ~PAGE_MASK), (u64)128); in x86_flattree_get_config()