Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/
Dirq.c121 static struct irq_info *check_dup_entry(struct irq_info *slot_base, in check_dup_entry() argument
124 struct irq_info *slot = slot_base; in check_dup_entry()
154 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local
263 slot_base = rt->slots; in create_pirq_routing_table()
279 slot = check_dup_entry(slot_base, irq_entries, in create_pirq_routing_table()
301 slot = slot_base + irq_entries++; in create_pirq_routing_table()