Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
Dhisi_ipc.c20 #define IPC_MBX_SOURCE_REG(m) (IPC_BASE + ((m) << 6))
21 #define IPC_MBX_DSET_REG(m) (IPC_BASE + ((m) << 6) + 0x04)
22 #define IPC_MBX_DCLEAR_REG(m) (IPC_BASE + ((m) << 6) + 0x08)
23 #define IPC_MBX_DSTATUS_REG(m) (IPC_BASE + ((m) << 6) + 0x0C)
24 #define IPC_MBX_MODE_REG(m) (IPC_BASE + ((m) << 6) + 0x10)
25 #define IPC_MBX_IMASK_REG(m) (IPC_BASE + ((m) << 6) + 0x14)
26 #define IPC_MBX_ICLR_REG(m) (IPC_BASE + ((m) << 6) + 0x18)
27 #define IPC_MBX_SEND_REG(m) (IPC_BASE + ((m) << 6) + 0x1C)
28 #define IPC_MBX_DATA_REG(m, d) (IPC_BASE + ((m) << 6) + 0x20 + \
30 #define IPC_CPU_IMST_REG(m) (IPC_BASE + ((m) << 3))
[all …]
/external/arm-trusted-firmware/plat/hisilicon/hikey960/include/
Dhi3660.h215 #define IPC_BASE (IPC_REG_BASE) macro