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

  /external/u-boot/arch/x86/include/asm/
pirq_routing.h 27 struct __packed irq_info { struct
50 struct irq_info slots[CONFIG_IRQ_SLOT_COUNT];
54 * get_irq_slot_count() - Get the number of entries in the irq_info table
56 * This calculates the number of entries for the irq_info table.
58 * @rt: pointer to the base address of the struct irq_info
63 return (rt->size - 32) / sizeof(struct irq_info);
119 * The configuration source is taken from a struct irq_info table, the format
123 * @irq: pointer to the base address of the struct irq_info
124 * @num: number of entries in the struct irq_info
126 void pirq_route_irqs(struct udevice *dev, struct irq_info *irq, int num)
    [all...]
  /external/u-boot/arch/x86/cpu/
irq.c 121 static struct irq_info *check_dup_entry(struct irq_info *slot_base,
124 struct irq_info *slot = slot_base;
136 static inline void fill_irq_info(struct irq_router *priv, struct irq_info *slot,
154 struct irq_info *slot, *slot_base;
265 /* Now fill in the irq_info entries in the PIRQ table */
274 debug("irq_info %d: b.d.f %x.%x.%x INT%c PIRQ%c\n",
308 rt->size = irq_entries * sizeof(struct irq_info) + 32;
  /external/u-boot/arch/x86/lib/
pirq_routing.c 52 void pirq_route_irqs(struct udevice *dev, struct irq_info *irq, int num)
  /external/autotest/server/site_tests/firmware_Cr50DeviceState/
firmware_Cr50DeviceState.py 120 for irq_info in irq_list:
121 logging.debug(irq_info)
122 num, count = irq_info.split()

Completed in 478 milliseconds