HomeSort by relevance Sort by last modified time
    Searched refs:irq_routing_table (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/x86/include/asm/
pirq_routing.h 38 struct __packed irq_routing_table { struct
61 static inline int get_irq_slot_count(struct irq_routing_table *rt)
140 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt);
global_data.h 97 struct irq_routing_table *pirq_routing_table;
  /external/u-boot/arch/x86/lib/
pirq_routing.c 110 u32 copy_pirq_routing_table(u32 addr, struct irq_routing_table *rt)
112 struct irq_routing_table *rom_rt;
125 rom_rt = (struct irq_routing_table *)(uintptr_t)addr;
  /external/u-boot/arch/x86/cpu/
irq.c 153 struct irq_routing_table *rt;
251 rt = calloc(1, sizeof(struct irq_routing_table));

Completed in 271 milliseconds