Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 16 of 16) sorted by relevance

/tf-a-ffa_el3_spmc/services/spd/trusty/
A Dsmcall.h20 #define SMC_NR(entity, fn, fastcall, smc64) \ argument
24 ((fn) & 0xFFFFU))
26 #define SMC_FASTCALL_NR(entity, fn) SMC_NR((entity), (fn), 1U, 0U) argument
27 #define SMC_FASTCALL64_NR(entity, fn) SMC_NR((entity), (fn), 1U, 1U) argument
28 #define SMC_YIELDCALL_NR(entity, fn) SMC_NR((entity), (fn), 0U, 0U) argument
29 #define SMC_YIELDCALL64_NR(entity, fn) SMC_NR((entity), (fn), 0U, 1U) argument
/tf-a-ffa_el3_spmc/tools/cert_create/src/tbbr/
A Dtbb_cert.c23 .fn = NULL,
40 .fn = NULL,
55 .fn = NULL,
69 .fn = NULL,
83 .fn = NULL,
97 .fn = NULL,
112 .fn = NULL,
126 .fn = NULL,
143 .fn = NULL,
157 .fn = NULL,
[all …]
/tf-a-ffa_el3_spmc/tools/cert_create/src/
A Dmain.c33 #define CHECK_NULL(v, fn) \ argument
35 v = fn; \
213 if (cert->fn == NULL) { in check_cmd_params()
396 key->fn = strdup(optarg); in main()
401 cert->fn = strdup(optarg); in main()
476 if (cert->fn == NULL) { in main()
609 if (keys[i].fn != NULL) { in main()
610 void *ptr = keys[i].fn; in main()
612 keys[i].fn = NULL; in main()
625 if (certs[i].fn != NULL) { in main()
[all …]
A Dkey.c136 if (key->fn) { in key_load()
138 fp = fopen(key->fn, "r"); in key_load()
146 ERROR("Cannot load key from %s\n", key->fn); in key_load()
150 WARN("Cannot open file %s\n", key->fn); in key_load()
165 if (key->fn) { in key_store()
166 fp = fopen(key->fn, "w"); in key_store()
173 ERROR("Cannot create file %s\n", key->fn); in key_store()
/tf-a-ffa_el3_spmc/tools/nxp/cert_create_helper/src/
A Dpdef_tbb_cert.c16 .fn = NULL,
30 .fn = NULL,
47 .fn = NULL,
/tf-a-ffa_el3_spmc/plat/mediatek/mt8195/drivers/spm/
A Dmt_spm_idle.c327 spm_idle_conduct fn) in mt_spm_idle_generic_enter() argument
331 if (fn != NULL) { in mt_spm_idle_generic_enter()
332 fn(&idle_spm_lp, &src_req); in mt_spm_idle_generic_enter()
A Dmt_spm_idle.h13 spm_idle_conduct fn);
/tf-a-ffa_el3_spmc/plat/mediatek/mt8192/drivers/spm/
A Dmt_spm_idle.c230 spm_idle_conduct fn) in mt_spm_idle_generic_enter() argument
234 if (fn != NULL) { in mt_spm_idle_generic_enter()
235 fn(&idle_spm_lp, &src_req); in mt_spm_idle_generic_enter()
A Dmt_spm_idle.h13 spm_idle_conduct fn);
/tf-a-ffa_el3_spmc/include/plat/arm/board/common/
A Dv2m_def.h26 #define V2M_CFGCTRL_FUNC(fn) ((fn) << V2M_CFGCTRL_FUNC_SHIFT) argument
/tf-a-ffa_el3_spmc/tools/cert_create/include/
A Dcert.h34 const char *fn; /* Filename to save the certificate */ member
A Dkey.h62 char *fn; /* Filename to load/store the key */ member
/tf-a-ffa_el3_spmc/tools/cert_create/src/dualroot/
A Dcot.c145 .fn = NULL,
163 .fn = NULL,
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/dram/
A Dsuspend.c550 uint32_t fn = ((mmio_read_32(CTL_REG(0, 111)) >> 16) + 1) & 0x1; in dram_switch_to_next_index() local
554 (fn << 4) | (1 << 2) | 1); in dram_switch_to_next_index()
572 fn << 8); in dram_switch_to_next_index()
A Ddfs.c1017 uint32_t fn) in gen_rk3399_ctl_params() argument
1019 if (fn == 0) in gen_rk3399_ctl_params()
1385 uint32_t fn) in gen_rk3399_pi_params() argument
1387 if (fn == 0) in gen_rk3399_pi_params()
1503 uint32_t fn) in gen_rk3399_phy_params() argument
1517 mmio_clrsetbits_32(PHY_REG(i, 896), (0x3 << 8) | 1, fn << 8); in gen_rk3399_phy_params()
1688 gen_rk3399_phy_dll_bypass(pdram_timing->mhz, i, fn, in gen_rk3399_phy_params()
/tf-a-ffa_el3_spmc/plat/brcm/board/stingray/src/
A Dpaxb.c225 #define EP_CONFIG_VAL(bus_no, slot, fn, where) \ argument
228 ((fn) << CFG_ADDR_FUNC_NUM_SHIFT) | \

Completed in 23 milliseconds