Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 122) sorted by relevance

12345

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dalignment.h412 #define MBEDTLS_GET_UINT32_BE(data, offset) \ argument
427 #define MBEDTLS_PUT_UINT32_BE(n, data, offset) \ argument
448 #define MBEDTLS_GET_UINT32_LE(data, offset) \ argument
464 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ argument
485 #define MBEDTLS_GET_UINT16_LE(data, offset) \ argument
500 #define MBEDTLS_PUT_UINT16_LE(n, data, offset) \ argument
521 #define MBEDTLS_GET_UINT16_BE(data, offset) \ argument
536 #define MBEDTLS_PUT_UINT16_BE(n, data, offset) \ argument
557 #define MBEDTLS_GET_UINT24_BE(data, offset) \ argument
573 #define MBEDTLS_PUT_UINT24_BE(n, data, offset) \ argument
[all …]
H A Dchacha20.c135 size_t offset = i * 4U; in chacha20_block() local
206 size_t offset = 0U; in mbedtls_chacha20_update() local
H A Dconstant_time.c151 void mbedtls_ct_memmove_left(void *start, size_t total, size_t offset) in mbedtls_ct_memmove_left()
217 size_t offset, in mbedtls_ct_memcpy_offset()
/optee_os/core/drivers/
H A Dpl061_gpio.c48 unsigned int offset; in pl061_get_direction() local
64 unsigned int offset; in pl061_set_direction() local
88 unsigned int offset; in pl061_get_value() local
108 unsigned int offset; in pl061_set_value() local
125 unsigned int offset; in pl061_get_interrupt() local
142 unsigned int offset; in pl061_set_interrupt() local
191 unsigned int offset; in pl061_get_mode_control() local
207 unsigned int offset; in pl061_set_mode_control() local
H A Dbcm_gpio.c59 unsigned int offset = IPROC_GPIO_REG(gpio, reg); in iproc_set_bit() local
69 unsigned int offset = IPROC_GPIO_REG(gpio, reg); in iproc_clr_bit() local
89 unsigned int offset = IPROC_GPIO_REG(gpio, IPROC_GPIO_DATA_IN_OFFSET); in iproc_gpio_get() local
113 unsigned int offset = IPROC_GPIO_REG(gpio, IPROC_GPIO_OUT_EN_OFFSET); in iproc_gpio_get_dir() local
128 unsigned int offset = IPROC_GPIO_REG(gpio, IPROC_GPIO_INT_MSK_OFFSET); in iproc_gpio_get_itr() local
H A Datmel_rtc.c98 static uint32_t atmel_rtc_read(unsigned int offset) in atmel_rtc_read()
103 static void atmel_rtc_write(unsigned int offset, uint32_t val) in atmel_rtc_write()
200 static TEE_Result atmel_rtc_get_offset(struct rtc *rtc __unused, long *offset) in atmel_rtc_get_offset()
225 static TEE_Result atmel_rtc_set_offset(struct rtc *rtc __unused, long offset) in atmel_rtc_set_offset()
H A Dstm32mp15_huk.c28 uint8_t __maybe_unused offset = 0; in stm32mp15_read_uid() local
135 uint8_t offset = 0; in pos_from_dt() local
H A Dzynqmp_pm.c71 uint32_t offset; member
85 uint32_t offset; member
/optee_os/core/lib/libfdt/
H A Dfdt.c114 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr()
135 int offset = startoffset; in fdt_next_tag() local
184 int fdt_check_node_offset_(const void *fdt, int offset) in fdt_check_node_offset_()
193 int fdt_check_prop_offset_(const void *fdt, int offset) in fdt_check_prop_offset_()
202 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node()
242 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode()
253 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
H A Dfdt_ro.c14 static int fdt_nodename_eq_(const void *fdt, int offset, in fdt_nodename_eq_()
107 int offset = -1; in fdt_find_max_phandle() local
152 int offset = n * sizeof(struct fdt_reserve_entry); in fdt_mem_rsv() local
188 static int nextprop_(const void *fdt, int offset) in nextprop_()
212 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen()
241 int offset = 0; in fdt_path_offset_namelen() local
327 int offset; in fdt_first_property_offset() local
335 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset()
344 int offset, in fdt_get_property_by_offset_()
365 int offset, in fdt_get_property_by_offset()
[all …]
H A Dlibfdt_internal.h26 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) in fdt_offset_ptr_()
31 static inline void *fdt_offset_ptr_w_(void *fdt, int offset) in fdt_offset_ptr_w_()
H A Dfdt_sw.c92 int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local
183 int offset; in fdt_add_reservemap_entry() local
247 int struct_top, offset; in fdt_add_string_() local
335 int offset, nextoffset; in fdt_finish() local
/optee_os/core/drivers/rstctrl/
H A Dstm32mp1_rstctrl.c26 size_t offset = (id & RESET_ID_MASK) >> RESET_ID_SHIFT; in reset_id2reg_offset() local
45 size_t offset = 0; in reset_assert() local
90 size_t offset = 0; in reset_deassert() local
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_sgt_v2.c23 void sgt_entry_offset(union caamsgt *sgt, unsigned int offset) in sgt_entry_offset()
52 unsigned int offset, bool final_e) in caam_sgt_set_entry()
H A Dutils_sgt_v1.c29 void sgt_entry_offset(union caamsgt *sgt, unsigned int offset) in sgt_entry_offset()
43 unsigned int offset, bool final_e) in caam_sgt_set_entry()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
H A Dder_decode_asn1_length.c20 unsigned long real_len, decoded_len, offset, i; in der_decode_asn1_length() local
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c208 size_t offset = U(4) * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_configure_decprot() local
231 size_t offset = U(4) * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_get_decprot() local
246 size_t offset = U(4) * (decprot_id / IDS_PER_DECPROT_LOCK_REGS); in etzpc_lock_decprot() local
262 size_t offset = U(4) * (decprot_id / IDS_PER_DECPROT_LOCK_REGS); in decprot_is_locked() local
273 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_configure_tzma() local
288 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_get_tzma() local
298 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_lock_tzma() local
313 size_t offset = sizeof(uint32_t) * tzma_id; in tzma_is_locked() local
/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/
H A Dpkcs12_utf8_to_utf16.c12 const ulong32 offset[6] = { in pkcs12_utf8_to_utf16() local
/optee_os/core/arch/arm/plat-bcm/
H A Dbcm_elog.c14 uint32_t offset = 0, len = 0; in bcm_elog_putchar() local
/optee_os/core/drivers/pm/imx/
H A Dgpcv2.c23 static void imx_gpcv2_set_core_pgc(bool enable, uint32_t offset) in imx_gpcv2_set_core_pgc()
/optee_os/core/pta/bcm/
H A Delog.c63 uint32_t offset = 0; in pta_elog_load_nitro_fw() local
142 uint32_t offset = 0; in pta_elog_nitro_crash_dump() local
/optee_os/core/arch/arm/plat-telechips/drivers/
H A Dtcc_otp.c74 TEE_Result tcc_otp_read_128(uint32_t offset, uint32_t *buf) in tcc_otp_read_128()
112 TEE_Result tcc_otp_write_128(uint32_t offset, const uint32_t *buf) in tcc_otp_write_128()
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c57 uint32_t offset = 0; in ps_gpio_set_value() local
147 uint32_t offset = 0; in ps_gpio_set_intr() local
/optee_os/core/drivers/clk/
H A Dclk-stm32-core.h12 uint16_t offset; member
19 uint16_t offset; member
30 uint16_t offset; member
63 uint32_t offset; member
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_pwr.h19 uint32_t offset; /* Register offset */ member

12345