Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Duclass-id.h54 UCLASS_IRQ, /* Interrupt controller */ enumerator
/openbmc/u-boot/arch/x86/cpu/
H A Dirq.c368 .id = UCLASS_IRQ,
375 .id = UCLASS_IRQ,
/openbmc/u-boot/arch/x86/cpu/i386/
H A Dinterrupt.c250 ret = uclass_first_device_err(UCLASS_IRQ, &dev); in interrupt_init()
/openbmc/u-boot/arch/x86/lib/
H A Dmpspec.c299 ret = uclass_first_device_err(UCLASS_IRQ, &dev); in mptable_add_intsrc()