Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 31) sorted by relevance

12

/tf-a-ffa_el3_spmc/drivers/amlogic/crypto/
A Dsha_dma.c29 #define ASD_DESC_LEN(d) \ argument
36 #define ASD_DESC_IRQ(d) \ argument
43 #define ASD_DESC_EOD(d) \ argument
50 #define ASD_DESC_LOOP(d) \ argument
57 #define ASD_DESC_MODE(d) \ argument
64 #define ASD_DESC_BEGIN(d) \ argument
71 #define ASD_DESC_END(d) \ argument
78 #define ASD_DESC_OP(d) \ argument
92 #define ASD_DESC_BLOCK(d) \ argument
99 #define ASD_DESC_ERR(d) \ argument
[all …]
/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/
A Dudivmoddi4.c30 udwords d; in __udivmoddi4() local
31 d.all = b; in __udivmoddi4()
38 if (d.s.high == 0) in __udivmoddi4()
46 return n.s.low / d.s.low; in __udivmoddi4()
57 if (d.s.low == 0) in __udivmoddi4()
59 if (d.s.high == 0) in __udivmoddi4()
88 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmoddi4()
121 if (d.s.high == 0) in __udivmoddi4()
127 if ((d.s.low & (d.s.low - 1)) == 0) /* if d is a power of 2 */ in __udivmoddi4()
131 if (d.s.low == 1) in __udivmoddi4()
[all …]
A Ddivmoddi4.c22 di_int d = __divdi3(a,b); in __divmoddi4() local
23 *rem = a - (d*b); in __divmoddi4()
24 return d; in __divmoddi4()
A Dint_lib.h78 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d);
/tf-a-ffa_el3_spmc/plat/nxp/soc-lx2160a/
A Dddr_sb.mk11 DDR_FIP_ARGS += --ddr-immem-udimm-1d ${DDR_IMEM_UDIMM_1D}.sb \
12 --ddr-immem-udimm-2d ${DDR_IMEM_UDIMM_2D}.sb \
13 --ddr-dmmem-udimm-1d ${DDR_DMEM_UDIMM_1D}.sb \
14 --ddr-dmmem-udimm-2d ${DDR_DMEM_UDIMM_2D}.sb \
15 --ddr-immem-rdimm-1d ${DDR_IMEM_RDIMM_1D}.sb \
16 --ddr-immem-rdimm-2d ${DDR_IMEM_RDIMM_2D}.sb \
17 --ddr-dmmem-rdimm-1d ${DDR_DMEM_RDIMM_1D}.sb \
18 --ddr-dmmem-rdimm-2d ${DDR_DMEM_RDIMM_2D}.sb
A Dddr_fip.mk53 DDR_FIP_ARGS += --ddr-immem-udimm-1d ${DDR_IMEM_UDIMM_1D} \
54 --ddr-immem-udimm-2d ${DDR_IMEM_UDIMM_2D} \
55 --ddr-dmmem-udimm-1d ${DDR_DMEM_UDIMM_1D} \
56 --ddr-dmmem-udimm-2d ${DDR_DMEM_UDIMM_2D} \
57 --ddr-immem-rdimm-1d ${DDR_IMEM_RDIMM_1D} \
58 --ddr-immem-rdimm-2d ${DDR_IMEM_RDIMM_2D} \
59 --ddr-dmmem-rdimm-1d ${DDR_DMEM_RDIMM_1D} \
60 --ddr-dmmem-rdimm-2d ${DDR_DMEM_RDIMM_2D}
A Dddr_tbbr.mk74 $(eval $(call TOOL_ADD_IMG,DDR_IMEM_UDIMM_1D,--ddr-immem-udimm-1d,DDR_))
75 $(eval $(call TOOL_ADD_IMG,DDR_IMEM_UDIMM_2D,--ddr-immem-udimm-2d,DDR_))
76 $(eval $(call TOOL_ADD_IMG,DDR_DMEM_UDIMM_1D,--ddr-dmmem-udimm-1d,DDR_))
77 $(eval $(call TOOL_ADD_IMG,DDR_DMEM_UDIMM_2D,--ddr-dmmem-udimm-2d,DDR_))
79 $(eval $(call TOOL_ADD_IMG,DDR_IMEM_RDIMM_1D,--ddr-immem-rdimm-1d,DDR_))
80 $(eval $(call TOOL_ADD_IMG,DDR_IMEM_RDIMM_2D,--ddr-immem-rdimm-2d,DDR_))
81 $(eval $(call TOOL_ADD_IMG,DDR_DMEM_RDIMM_1D,--ddr-dmmem-rdimm-1d,DDR_))
82 $(eval $(call TOOL_ADD_IMG,DDR_DMEM_RDIMM_2D,--ddr-dmmem-rdimm-2d,DDR_))
/tf-a-ffa_el3_spmc/lib/libc/
A Dmemmove.c26 char *d = (char *)dst + len; in memmove() local
27 while (d != end) in memmove()
28 *--d = *--s; in memmove()
A Dmemcpy.c13 char *d = dst; in memcpy() local
16 *d++ = *s++; in memcpy()
A Dmemcmp.c13 const unsigned char *d = s2; in memcmp() local
19 dc = *d++; in memcmp()
/tf-a-ffa_el3_spmc/make_helpers/
A Dbuild_macros.mk21 $(strip $(foreach d,$(wildcard ${1}*),$(call rwildcard,${d}/,${2}) $(filter $(subst *,%,%${2}),${d}…
79 $(foreach d,$(0-9),$(eval __numeric := $(subst $(d),,$(__numeric))))
267 $(eval DEP := $(patsubst %.o,%.d,$(OBJ)))
283 $(eval DEP := $(patsubst %.o,%.d,$(OBJ)))
301 $(eval DEP := $(patsubst %.o,%.d,$(OBJ)))
321 $(eval DEP := $(patsubst %.o,%.d,$(OBJ)))
340 $(eval DEP := $(1).d)
343 $(1): $(2) $(filter-out %.d,$(MAKEFILE_LIST)) | bl$(3)_dirs
585 $(eval DTSDEP := $(patsubst %.dtb,%.o.d,$(DOBJ)))
587 $(eval DTBDEP := $(patsubst %.dtb,%.d,$(DOBJ)))
[all …]
/tf-a-ffa_el3_spmc/drivers/cfi/v2m/
A Dv2m_flash.c33 #define NOR_2X16(d) ((d << 16) | (d & 0xffff)) argument
/tf-a-ffa_el3_spmc/tools/sptool/
A Dsptool.c55 void *d; in xzalloc() local
57 d = malloc(size); in xzalloc()
58 if (d == NULL) { in xzalloc()
63 memset(d, 0, size); in xzalloc()
65 return d; in xzalloc()
/tf-a-ffa_el3_spmc/include/lib/
A Dutils_def.h60 #define DIV_ROUND_UP_2EVAL(n, d) (((n) + (d) - 1) / (d)) argument
/tf-a-ffa_el3_spmc/lib/romlib/
A DMakefile79 $(Q)$(ROMLIB_GEN) pre --output $@ --deps $(BUILD_DIR)/jmptbl.d $<
97 -include $(BUILD_DIR)/romlib.d
98 -include $(BUILD_DIR)/jmptbl.d
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/
A DREADME26 -d <Address> - Destination address where BL2
46 -d Destination address to which file has to be copied
50 …./create_pbl -r <RCW file> -i <bl2.bin> -c <chassis_no> -b <boot_source = sd/qspi/nor> -d <Destina…
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/m0/
A DMakefile75 -include $(patsubst %.o,%.d,$(OBJ))
108 $(CC) $(COMMON_FLAGS) $(INCLUDES) -P -E -D__LINKER__ -MMD -MF $@.d -MT $@ -o $@ $<
109 -include $(LINKERFILE).d
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/
A Dplat_pm.c380 uint32_t *d = (uint32_t *)&spm_d; in plat_mtk_power_domain_suspend() local
388 sspm_ipi_send_non_blocking(IPI_ID_SUSPEND, d); in plat_mtk_power_domain_suspend()
393 while (sspm_ipi_recv_non_blocking(IPI_ID_SUSPEND, d, l)) in plat_mtk_power_domain_suspend()
411 uint32_t *d = (uint32_t *)&spm_d; in plat_mtk_power_domain_suspend_finish() local
421 sspm_ipi_send_non_blocking(IPI_ID_SUSPEND, d); in plat_mtk_power_domain_suspend_finish()
426 while (sspm_ipi_recv_non_blocking(IPI_ID_SUSPEND, d, l)) in plat_mtk_power_domain_suspend_finish()
/tf-a-ffa_el3_spmc/plat/mediatek/mt8192/drivers/apusys/
A Dmtk_apusys_apc.c143 uint32_t d, i; in dump_apusys_noc_dapc() local
147 for (d = 0U; d < APUSYS_NOC_DAPC_AO_DOM_NUM; d++) { in dump_apusys_noc_dapc()
149 INFO("[NOCDAPC] D%d_APC_%d: 0x%x\n", d, i, in dump_apusys_noc_dapc()
151 (d * 0x40) + (i * 4))); in dump_apusys_noc_dapc()
431 uint32_t d, i; in dump_apusys_ao_apc() local
435 for (d = 0U; d < APUSYS_APC_SYS0_AO_DOM_NUM; d++) { in dump_apusys_ao_apc()
437 INFO("[APUAPC] D%d_APC_%d: 0x%x\n", d, i, in dump_apusys_ao_apc()
439 (d * 0x40) + (i * 4))); in dump_apusys_ao_apc()
/tf-a-ffa_el3_spmc/plat/mediatek/mt8192/drivers/devapc/
A Ddevapc.c2467 int d, i; in dump_infra_ao_apc() local
2470 for (d = 0; d < DOM_NUM_INFRA_AO_SYS0; d++) { in dump_infra_ao_apc()
2481 for (d = 0; d < DOM_NUM_INFRA_AO_SYS1; d++) { in dump_infra_ao_apc()
2492 for (d = 0; d < DOM_NUM_INFRA_AO_SYS2; d++) { in dump_infra_ao_apc()
2509 int d, i; in dump_peri_ao_apc() local
2512 for (d = 0; d < DOM_NUM_PERI_AO_SYS0; d++) { in dump_peri_ao_apc()
2523 for (d = 0; d < DOM_NUM_PERI_AO_SYS1; d++) { in dump_peri_ao_apc()
2534 for (d = 0; d < DOM_NUM_PERI_AO_SYS2; d++) { in dump_peri_ao_apc()
2551 int d, i; in dump_peri_ao2_apc() local
2554 for (d = 0; d < DOM_NUM_PERI_AO2_SYS0; d++) { in dump_peri_ao2_apc()
[all …]
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/drivers/ipc/
A Dhisi_ipc.c28 #define IPC_MBX_DATA_REG(m, d) (IPC_BASE + ((m) << 6) + 0x20 + \ argument
29 ((d) * 4))
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/
A Dplatform.mk227 $(eval DTC_VERSION = $(shell printf "%d" $(shell echo ${DTC_V} | cut -d- -f1 | sed "s/\./0/g")))
/tf-a-ffa_el3_spmc/include/drivers/nxp/sd/
A Dsd_mmc.h28 #define ESDHC_SYSCTL_DVS(d) (((d) & 0xF) << 4) argument
/tf-a-ffa_el3_spmc/tools/fiptool/
A Dfiptool.c108 char *d; in xstrdup() local
110 d = strdup(s); in xstrdup()
111 if (d == NULL) in xstrdup()
113 return d; in xstrdup()
118 void *d; in xmalloc() local
120 d = malloc(size); in xmalloc()
121 if (d == NULL) in xmalloc()
123 return d; in xmalloc()
/tf-a-ffa_el3_spmc/
A Ddco.txt33 (d) I understand and agree that this project and the contribution

Completed in 36 milliseconds

12