Home
last modified time | relevance | path

Searched refs:m (Results 1 – 14 of 14) sorted by relevance

/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/drivers/mcdi/
A Dmtk_mcdi.c57 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 Dhisi_ipc.c20 #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 Dext.c54 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 Dstddef.h25 #define offsetof(st, m) __builtin_offsetof(st, m) argument
/tf-a-ffa_el3_spmc/drivers/mentor/i2c/
A Dmi2cv.c245 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 Dzutil.c122 void ZLIB_INTERNAL z_error (m) in z_error() argument
123 char *m; in z_error()
125 fprintf(stderr, "%s\n", m);
A Dzutil.h240 extern void ZLIB_INTERNAL z_error OF((char *m));
/tf-a-ffa_el3_spmc/bl32/tsp/
A Dffa_helpers.c114 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 Dtsp_main.c843 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 Dffa_helpers.h363 bool memory_relinquish(struct ffa_mem_relinquish *m, uint64_t handle,
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/
A Dindex.rst93 …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 Dboard_common.mk259 KEY_FIND := $(shell m="${ROT_KEY}"; [ -f "$$m" ] && echo "$$m")
/tf-a-ffa_el3_spmc/docs/plat/
A Dqemu.rst88 -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 Dbuild_macros.mk25 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,…

Completed in 20 milliseconds