/arm-trusted-firmware-2.8.0/drivers/amlogic/crypto/ |
A D | sha_dma.c | 30 #define ASD_DESC_LEN(d) \ argument 37 #define ASD_DESC_IRQ(d) \ argument 44 #define ASD_DESC_EOD(d) \ argument 51 #define ASD_DESC_LOOP(d) \ argument 58 #define ASD_DESC_MODE(d) \ argument 65 #define ASD_DESC_BEGIN(d) \ argument 72 #define ASD_DESC_END(d) \ argument 79 #define ASD_DESC_OP(d) \ argument 93 #define ASD_DESC_BLOCK(d) \ argument 100 #define ASD_DESC_ERR(d) \ argument [all …]
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/devapc/ |
A D | devapc.c | 2467 int d, i; in dump_infra_ao_apc() local 2509 int d, i; in dump_peri_ao_apc() local 2551 int d, i; in dump_peri_ao2_apc() local 2568 int d, i; in dump_peri_par_ao_apc() local
|
/arm-trusted-firmware-2.8.0/lib/libc/ |
A D | memcpy.c | 13 char *d = dst; in memcpy() local
|
A D | memmove.c | 26 char *d = (char *)dst + len; in memmove() local
|
A D | memcmp.c | 13 const unsigned char *d = s2; in memcmp() local
|
/arm-trusted-firmware-2.8.0/lib/compiler-rt/builtins/ |
A D | udivmoddi4.c | 32 udwords d; in __udivmoddi4() local
|
A D | assembly.h | 207 #define GLUE4_(a, b, c, d) a##b##c##d argument 208 #define GLUE4(a, b, c, d) GLUE4_(a, b, c, d) argument
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/apusys/ |
A D | mtk_apusys_apc.c | 143 uint32_t d, i; in dump_apusys_noc_dapc() local 431 uint32_t d, i; in dump_apusys_ao_apc() local
|
/arm-trusted-firmware-2.8.0/drivers/st/regulator/ |
A D | regulator_fixed.c | 60 struct fixed_data *d = &data[count]; in fixed_regulator_register() local
|
/arm-trusted-firmware-2.8.0/drivers/cfi/v2m/ |
A D | v2m_flash.c | 33 #define NOR_2X16(d) ((d << 16) | (d & 0xffff)) argument
|
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8183/ |
A D | plat_pm.c | 380 uint32_t *d = (uint32_t *)&spm_d; in plat_mtk_power_domain_suspend() local 411 uint32_t *d = (uint32_t *)&spm_d; in plat_mtk_power_domain_suspend_finish() local
|
/arm-trusted-firmware-2.8.0/include/lib/ |
A D | utils_def.h | 60 #define DIV_ROUND_UP_2EVAL(n, d) (((n) + (d) - 1) / (d)) argument
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/drivers/ipc/ |
A D | hisi_ipc.c | 28 #define IPC_MBX_DATA_REG(m, d) (IPC_BASE + ((m) << 6) + 0x20 + \ argument
|
/arm-trusted-firmware-2.8.0/tools/fiptool/ |
A D | fiptool.c | 108 char *d; in xstrdup() local 118 void *d; in xmalloc() local
|
/arm-trusted-firmware-2.8.0/include/drivers/nxp/sd/ |
A D | sd_mmc.h | 28 #define ESDHC_SYSCTL_DVS(d) (((d) & 0xF) << 4) argument
|