/trusted-firmware-a-latest/plat/hisilicon/hikey960/drivers/ipc/ |
D | hisi_ipc.c | 20 #define IPC_MBX_SOURCE_REG(m) (IPC_BASE + ((m) << 6)) argument 21 #define IPC_MBX_DSET_REG(m) (IPC_BASE + ((m) << 6) + 0x04) argument 22 #define IPC_MBX_DCLEAR_REG(m) (IPC_BASE + ((m) << 6) + 0x08) argument 23 #define IPC_MBX_DSTATUS_REG(m) (IPC_BASE + ((m) << 6) + 0x0C) argument 24 #define IPC_MBX_MODE_REG(m) (IPC_BASE + ((m) << 6) + 0x10) argument 25 #define IPC_MBX_IMASK_REG(m) (IPC_BASE + ((m) << 6) + 0x14) argument 26 #define IPC_MBX_ICLR_REG(m) (IPC_BASE + ((m) << 6) + 0x18) argument 27 #define IPC_MBX_SEND_REG(m) (IPC_BASE + ((m) << 6) + 0x1C) argument 28 #define IPC_MBX_DATA_REG(m, d) (IPC_BASE + ((m) << 6) + 0x20 + \ argument 30 #define IPC_CPU_IMST_REG(m) (IPC_BASE + ((m) << 3)) argument
|
/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/mcdi/ |
D | mtk_mcdi.c | 57 uint32_t m; in mcdi_avail_cpu_mask_set() local 68 uint32_t m; in mcdi_avail_cpu_mask_clr() local 112 uint32_t m = mcdi_mbox_read(MCDI_MBOX_PAUSE_ACTION); in mcdi_pause_clr() local 121 uint32_t m = mcdi_mbox_read(MCDI_MBOX_PAUSE_ACTION); in mcdi_pause_set() local 139 uint32_t m = mcdi_mbox_read(MCDI_MBOX_PAUSE_ACTION) | BIT(PAUSE_BIT); in mcdi_pause() local 150 uint32_t m = mcdi_mbox_read(MCDI_MBOX_PAUSE_ACTION) & ~BIT(PAUSE_BIT); in mcdi_unpause() local 206 uint32_t m; in check_mcdi_ctl_stat() local
|
/trusted-firmware-a-latest/include/lib/libc/ |
D | stddef.h | 25 #define offsetof(st, m) __builtin_offsetof(st, m) argument
|
/trusted-firmware-a-latest/tools/cert_create/src/ |
D | ext.c | 54 X509V3_EXT_METHOD *m; variable
|
/trusted-firmware-a-latest/lib/zlib/ |
D | zutil.c | 122 void ZLIB_INTERNAL z_error(char *m) { in z_error()
|
D | crc32.c | 156 z_crc_t m, p; in multmodp() local
|
/trusted-firmware-a-latest/bl32/tsp/ |
D | ffa_helpers.c | 229 bool memory_relinquish(struct ffa_mem_relinquish_descriptor *m, uint64_t handle, in memory_relinquish()
|
D | tsp_ffa_main.c | 109 struct ffa_mtd *m; in test_memory_send() local
|
/trusted-firmware-a-latest/drivers/mentor/i2c/ |
D | mi2cv.c | 245 unsigned int n, m, freq, margin, min_margin = 0xffffffff; in mentor_i2c_bus_speed_set() local
|
/trusted-firmware-a-latest/include/plat/nuvoton/npcm845x/ |
D | platform_def.h | 157 #define ARM_CPU_START_ADDRESS(m) UL(0xf0800e00 + 0x10 + m * 4) argument
|
/trusted-firmware-a-latest/plat/imx/imx93/include/ |
D | pwr_ctrl.h | 60 #define LPM_SETTING(d, m) ((m) << (((d) % 8) * 4)) argument
|
/trusted-firmware-a-latest/include/drivers/nxp/trdc/ |
D | imx_trdc.h | 23 #define MDAC_W_X(m, r) (0x800 + (m) * 0x20 + (r) * 0x4) argument
|
/trusted-firmware-a-latest/include/lib/libc/sys/ |
D | cdefs.h | 489 #define __containerof(x, s, m) ({ \ argument 494 #define __containerof(x, s, m) \ argument
|