Go to the documentation of this file.
12 #ifndef _ASM_POWERPC_DBELL_H
13 #define _ASM_POWERPC_DBELL_H
20 #define PPC_DBELL_MSG_BRDCAST (0x04000000)
21 #define PPC_DBELL_TYPE(x) (((x) & 0xf) << (63-36))
22 #define PPC_DBELL_TYPE_MASK PPC_DBELL_TYPE(0xf)
23 #define PPC_DBELL_LPID(x) ((x) << (63 - 49))
24 #define PPC_DBELL_PIR_MASK 0x3fff