Home
last modified time | relevance | path

Searched refs:irq_routing_table (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Dpirq_routing.h38 struct __packed irq_routing_table { struct
61 static inline int get_irq_slot_count(struct irq_routing_table *rt) in get_irq_slot_count() argument
140 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt);
Dglobal_data.h97 struct irq_routing_table *pirq_routing_table;
/external/u-boot/arch/x86/lib/
Dpirq_routing.c110 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt) in copy_pirq_routing_table()
112 struct irq_routing_table *rom_rt; in copy_pirq_routing_table()
125 rom_rt = (struct irq_routing_table *)(uintptr_t)addr; in copy_pirq_routing_table()
/external/u-boot/arch/x86/cpu/
Dirq.c153 struct irq_routing_table *rt; in create_pirq_routing_table()
251 rt = calloc(1, sizeof(struct irq_routing_table)); in create_pirq_routing_table()