Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/sysdev/
Dmpic.c1099 if (intsize >= 4 && (mpic->flags & MPIC_FSL)) { in mpic_host_xlate()
1190 if (!(mpic->flags & MPIC_FSL)) in fsl_mpic_get_version()
1268 flags |= MPIC_FSL | MPIC_LARGE_VECTORS; in mpic_alloc()
1361 if (mpic->flags & MPIC_FSL) { in mpic_alloc()
1561 if (mpic->flags & MPIC_FSL) { in mpic_init()
1925 if (mpic->flags & MPIC_FSL) { in mpic_reset_core()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmpic.h380 #define MPIC_FSL 0x00008000 macro