Searched refs:IPC_BASE (Results 1 – 2 of 2) sorted by relevance
18 #define IPC_MBX_SOURCE_REG(m) (IPC_BASE + ((m) << 6))19 #define IPC_MBX_DSET_REG(m) (IPC_BASE + ((m) << 6) + 0x04)20 #define IPC_MBX_DCLEAR_REG(m) (IPC_BASE + ((m) << 6) + 0x08)21 #define IPC_MBX_DSTATUS_REG(m) (IPC_BASE + ((m) << 6) + 0x0C)22 #define IPC_MBX_MODE_REG(m) (IPC_BASE + ((m) << 6) + 0x10)23 #define IPC_MBX_IMASK_REG(m) (IPC_BASE + ((m) << 6) + 0x14)24 #define IPC_MBX_ICLR_REG(m) (IPC_BASE + ((m) << 6) + 0x18)25 #define IPC_MBX_SEND_REG(m) (IPC_BASE + ((m) << 6) + 0x1C)26 #define IPC_MBX_DATA_REG(m, d) (IPC_BASE + ((m) << 6) + 0x20 + \28 #define IPC_CPU_IMST_REG(m) (IPC_BASE + ((m) << 3))[all …]
215 #define IPC_BASE (IPC_REG_BASE) macro