Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/
H A Domap_l3_noc.c169 inttype = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in l3_interrupt_handler()
327 (L3_DEBUG_ERROR << 3); in l3_resume_noirq()
H A Domap_l3_smx.h122 #define L3_DEBUG_ERROR 0x1 macro
H A Domap_l3_noc.h20 #define L3_DEBUG_ERROR 0x1 macro
H A Domap_l3_smx.c167 int_type = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in omap3_l3_app_irq()