OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pirq_check_irq_routed
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/x86/include/asm/
pirq_routing.h
67
*
pirq_check_irq_routed
() - Check whether an IRQ is routed to 8259 PIC
80
bool
pirq_check_irq_routed
(struct udevice *dev, int link, u8 irq);
/external/u-boot/arch/x86/lib/
pirq_routing.c
33
if (
pirq_check_irq_routed
(dev, link, irq)) {
/external/u-boot/arch/x86/cpu/
irq.c
77
bool
pirq_check_irq_routed
(struct udevice *dev, int link, u8 irq)
function
Completed in 262 milliseconds