Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Dmpic.h373 #define MPIC_NO_RESET 0x00004000 macro
/linux-2.6.39/arch/powerpc/sysdev/
Dmpic.c1014 if (!mpic_is_ipi(mpic, hw) && (mpic->flags & MPIC_NO_RESET)) { in mpic_host_map()
1197 mpic->flags |= MPIC_NO_RESET; in mpic_alloc()
1199 if ((flags & MPIC_WANTS_RESET) && !(mpic->flags & MPIC_NO_RESET)) { in mpic_alloc()
1362 if (!(mpic->flags & MPIC_NO_RESET)) { in mpic_init()