Home
last modified time | relevance | path

Searched refs:MPIC_USES_DCR (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/powerpc/include/asm/
Dmpic.h366 #define MPIC_USES_DCR 0x00000080 macro
/linux-6.1.9/arch/powerpc/sysdev/
Dmpic.c337 if (mpic->flags & MPIC_USES_DCR) in mpic_map()
1253 flags |= MPIC_USES_DCR; in mpic_alloc()
1352 if (mpic->flags & MPIC_USES_DCR) in mpic_alloc()
1355 BUG_ON(mpic->flags & MPIC_USES_DCR); in mpic_alloc()