/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/drivers/mcdi/ |
A D | mtk_mcdi.c | 57 uint32_t m; in mcdi_avail_cpu_mask_set() local 60 m |= mask; in mcdi_avail_cpu_mask_set() 63 return m; in mcdi_avail_cpu_mask_set() 68 uint32_t m; in mcdi_avail_cpu_mask_clr() local 71 m &= ~mask; in mcdi_avail_cpu_mask_clr() 74 return m; in mcdi_avail_cpu_mask_clr() 114 m &= ~tgt; in mcdi_pause_clr() 115 mcdi_mbox_write(MCDI_MBOX_PAUSE_ACTION, m); in mcdi_pause_clr() 125 m |= tgt | tgtn; in mcdi_pause_set() 133 m &= ~tgtn; in mcdi_pause_set() [all …]
|
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey960/drivers/ipc/ |
A 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
|
/tf-a-ffa_el3_spmc/tools/cert_create/src/ |
A D | ext.c | 54 X509V3_EXT_METHOD *m; variable 97 m = &ext->method; 98 memset(m, 0x0, sizeof(X509V3_EXT_METHOD)); 101 m->it = ASN1_ITEM_ref(ASN1_INTEGER); 102 m->i2s = (X509V3_EXT_I2S)i2s_ASN1_INTEGER; 103 m->s2i = (X509V3_EXT_S2I)s2i_ASN1_INTEGER; 106 m->it = ASN1_ITEM_ref(ASN1_OCTET_STRING); 107 m->i2s = (X509V3_EXT_I2S)i2s_ASN1_OCTET_STRING; 108 m->s2i = (X509V3_EXT_S2I)s2i_ASN1_OCTET_STRING; 113 m->ext_nid = nid; [all …]
|
/tf-a-ffa_el3_spmc/include/lib/libc/ |
A D | stddef.h | 25 #define offsetof(st, m) __builtin_offsetof(st, m) argument
|
/tf-a-ffa_el3_spmc/drivers/mentor/i2c/ |
A D | mi2cv.c | 245 unsigned int n, m, freq, margin, min_margin = 0xffffffff; in mentor_i2c_bus_speed_set() local 251 for (m = 0; m < 16; m++) { in mentor_i2c_bus_speed_set() 252 freq = CONFIG_SYS_TCLK / (10 * (m + 1) * (2 << n)); in mentor_i2c_bus_speed_set() 260 actual_m = m; in mentor_i2c_bus_speed_set()
|
/tf-a-ffa_el3_spmc/lib/zlib/ |
A D | zutil.c | 122 void ZLIB_INTERNAL z_error (m) in z_error() argument 123 char *m; in z_error() 125 fprintf(stderr, "%s\n", m);
|
A D | zutil.h | 240 extern void ZLIB_INTERNAL z_error OF((char *m));
|
/tf-a-ffa_el3_spmc/bl32/tsp/ |
A D | ffa_helpers.c | 114 bool memory_relinquish(struct ffa_mem_relinquish *m, uint64_t handle, in memory_relinquish() argument 118 ffa_mem_relinquish_init(m, handle, 0, id); in memory_relinquish()
|
A D | tsp_main.c | 843 struct ffa_memory_region *m; in test_memory_send() local 852 … memory_retrieve(&mailbox, &m, handle, source, partition_id, flags, &recv_length, &total_length); in test_memory_send() 878 composite = ffa_memory_region_get_composite(m, 0); in test_memory_send() 889 m->receivers[0].receiver_permissions.permissions) != in test_memory_send() 892 m->receivers[0].receiver_permissions.permissions), in test_memory_send() 938 m->handle, partition_id)) { in test_memory_send()
|
A D | ffa_helpers.h | 363 bool memory_relinquish(struct ffa_mem_relinquish *m, uint64_t handle,
|
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/ |
A D | index.rst | 93 …fpga-run ... -m bl31.axf -l auto -m Image -l 0x80080000 -m initrd.gz -l 0x84000000 -m cmdline.txt …
|
/tf-a-ffa_el3_spmc/plat/brcm/board/common/ |
A D | board_common.mk | 259 KEY_FIND := $(shell m="${ROT_KEY}"; [ -f "$$m" ] && echo "$$m")
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | qemu.rst | 88 -initrd rootfs.cpio.gz -smp 2 -m 1024 -bios bl1.bin \ 137 -initrd rootfs.cpio.gz -smp 2 -m 1024 -bios flash.bin \
|
/tf-a-ffa_el3_spmc/make_helpers/ |
A D | build_macros.mk | 25 uppercase_table:=a,A b,B c,C d,D e,E f,F g,G h,H i,I j,J k,K l,L m,M n,N o,O p,P q,Q r,R s,S t,T u,…
|