Home
last modified time | relevance | path

Searched refs:pirq_routing_table (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/x86/cpu/
Dirq.c313 gd->arch.pirq_routing_table = rt; in create_pirq_routing_table()
344 pirq_route_irqs(dev, gd->arch.pirq_routing_table->slots, in irq_router_probe()
345 get_irq_slot_count(gd->arch.pirq_routing_table)); in irq_router_probe()
355 if (!gd->arch.pirq_routing_table) in write_pirq_routing_table()
358 return copy_pirq_routing_table(addr, gd->arch.pirq_routing_table); in write_pirq_routing_table()
/external/u-boot/arch/x86/include/asm/
Dglobal_data.h97 struct irq_routing_table *pirq_routing_table; member