Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Ddbell.h20 #define PPC_DBELL_MSG_BRDCAST (0x04000000) macro
37 u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) | in ppc_msgsnd()
/linux-2.6.39/arch/powerpc/kernel/
Ddbell.c61 ppc_msgsnd(PPC_DBELL, PPC_DBELL_MSG_BRDCAST, 0); in doorbell_message_pass()