Searched defs:d (Results 1 – 15 of 15) sorted by relevance
29 #define ASD_DESC_LEN(d) \ argument36 #define ASD_DESC_IRQ(d) \ argument43 #define ASD_DESC_EOD(d) \ argument50 #define ASD_DESC_LOOP(d) \ argument57 #define ASD_DESC_MODE(d) \ argument64 #define ASD_DESC_BEGIN(d) \ argument71 #define ASD_DESC_END(d) \ argument78 #define ASD_DESC_OP(d) \ argument92 #define ASD_DESC_BLOCK(d) \ argument99 #define ASD_DESC_ERR(d) \ argument[all …]
2467 int d, i; in dump_infra_ao_apc() local2509 int d, i; in dump_peri_ao_apc() local2551 int d, i; in dump_peri_ao2_apc() local2568 int d, i; in dump_peri_par_ao_apc() local
22 di_int d = __divdi3(a,b); in __divmoddi4() local
30 udwords d; in __udivmoddi4() local
13 char *d = dst; in memcpy() local
26 char *d = (char *)dst + len; in memmove() local
13 const unsigned char *d = s2; in memcmp() local
143 uint32_t d, i; in dump_apusys_noc_dapc() local431 uint32_t d, i; in dump_apusys_ao_apc() local
33 #define NOR_2X16(d) ((d << 16) | (d & 0xffff)) argument
380 uint32_t *d = (uint32_t *)&spm_d; in plat_mtk_power_domain_suspend() local411 uint32_t *d = (uint32_t *)&spm_d; in plat_mtk_power_domain_suspend_finish() local
60 #define DIV_ROUND_UP_2EVAL(n, d) (((n) + (d) - 1) / (d)) argument
55 void *d; in xzalloc() local
28 #define IPC_MBX_DATA_REG(m, d) (IPC_BASE + ((m) << 6) + 0x20 + \ argument
108 char *d; in xstrdup() local118 void *d; in xmalloc() local
28 #define ESDHC_SYSCTL_DVS(d) (((d) & 0xF) << 4) argument
Completed in 35 milliseconds