Lines Matching full:link
16 * This tells us that in the PIRQ table, we are going to have 4 link-bitmap
31 u8 link; /* IRQ line ID, 0=not routed */ member
69 * This function checks whether an IRQ is routed to 8259 PIC for a given link.
75 * @link: link number which represents a PIRQ
77 * @return: true if the irq is already routed to 8259 for a given link,
80 bool pirq_check_irq_routed(struct udevice *dev, int link, u8 irq);
83 * pirq_translate_link() - Translate a link value
85 * This function translates a platform-specific link value to a link number.
86 * On Intel platforms, the link value is normally a offset into the PCI
93 * @link: platform-specific link value
94 * @return: link number which represents a PIRQ
96 int pirq_translate_link(struct udevice *dev, int link);
99 * pirq_assign_irq() - Assign an IRQ to a PIRQ link
101 * This function assigns the IRQ to a PIRQ link so that the PIRQ is routed to
108 * @link: link number which represents a PIRQ
111 void pirq_assign_irq(struct udevice *dev, int link, u8 irq);