Home
last modified time | relevance | path

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

1234

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcommon.h79 #define MBEDTLS_GET_UINT32_BE( data , offset ) \ argument
98 #define MBEDTLS_PUT_UINT32_BE( n, data, offset ) \ argument
117 #define MBEDTLS_GET_UINT32_LE( data, offset ) \ argument
136 #define MBEDTLS_PUT_UINT32_LE( n, data, offset ) \ argument
155 #define MBEDTLS_GET_UINT16_LE( data, offset ) \ argument
172 #define MBEDTLS_PUT_UINT16_LE( n, data, offset ) \ argument
189 #define MBEDTLS_GET_UINT16_BE( data, offset ) \ argument
206 #define MBEDTLS_PUT_UINT16_BE( n, data, offset ) \ argument
223 #define MBEDTLS_GET_UINT64_BE( data, offset ) \ argument
246 #define MBEDTLS_PUT_UINT64_BE( n, data, offset ) \ argument
[all …]
A Dchacha20.c165 size_t offset = i * 4U; in chacha20_block() local
245 size_t offset = 0U; in mbedtls_chacha20_update() local
/optee_os-3.20.0/core/drivers/
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
A Dstm32_etzpc.c105 size_t offset = 4U * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_configure_decprot() local
126 size_t offset = 4U * (decprot_id / IDS_PER_DECPROT_REGS); in etzpc_get_decprot() local
141 size_t offset = 4U * (decprot_id / IDS_PER_DECPROT_LOCK_REGS); in etzpc_lock_decprot() local
155 size_t offset = 4U * (decprot_id / IDS_PER_DECPROT_LOCK_REGS); in etzpc_get_lock_decprot() local
166 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_configure_tzma() local
181 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_get_tzma() local
191 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_lock_tzma() local
204 size_t offset = sizeof(uint32_t) * tzma_id; in etzpc_get_lock_tzma() local
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
A Datmel_rtc.c97 static uint32_t atmel_rtc_read(unsigned int offset) in atmel_rtc_read()
102 static void atmel_rtc_write(unsigned int offset, uint32_t val) in atmel_rtc_write()
199 static TEE_Result atmel_rtc_get_offset(struct rtc *rtc __unused, long *offset) in atmel_rtc_get_offset()
224 static TEE_Result atmel_rtc_set_offset(struct rtc *rtc __unused, long offset) in atmel_rtc_set_offset()
A Dzynqmp_pm.c71 uint32_t offset; member
85 uint32_t offset; member
/optee_os-3.20.0/core/lib/libfdt/
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()
A Dfdt_ro.c106 int offset = -1; in fdt_find_max_phandle() local
240 int offset = 0; in fdt_path_offset_namelen() local
326 int offset; in fdt_first_property_offset() local
364 int offset, in fdt_get_property_by_offset()
380 int offset, in fdt_get_property_namelen_()
410 int offset, in fdt_get_property_namelen()
524 int offset, depth, namelen; in fdt_get_path() local
576 int offset, depth; in fdt_supernode_atdepth_offset() local
634 int offset; in fdt_node_offset_by_prop_value() local
659 int offset; in fdt_node_offset_by_phandle() local
[all …]
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_()
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-3.20.0/core/drivers/crypto/caam/utils/
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()
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()
A Dutils_mem.c199 struct caambuf *src, size_t offset) in caam_cpy_block_src()
335 size_t offset = 0; in caam_mem_cpy_ltrim_buf() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_decode_asn1_length.c20 unsigned long real_len, decoded_len, offset, i; in der_decode_asn1_length() local
/optee_os-3.20.0/core/drivers/rstctrl/
A Dstm32_rstctrl.c34 size_t offset = (id & RESET_ID_MASK) >> RESET_ID_SHIFT; in reset_id2reg_offset() local
60 size_t offset = 0; in reset_assert() local
103 size_t offset = 0; in reset_deassert() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pkcs12/
A Dpkcs12_utf8_to_utf16.c12 const ulong32 offset[6] = { in pkcs12_utf8_to_utf16() local
/optee_os-3.20.0/core/arch/arm/plat-imx/pm/
A Dgpcv2.c19 void imx_gpcv2_set_core_pgc(bool enable, uint32_t offset) in imx_gpcv2_set_core_pgc()
/optee_os-3.20.0/core/arch/arm/plat-bcm/
A Dbcm_elog.c14 uint32_t offset = 0, len = 0; in bcm_elog_putchar() local
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhavege.h45 uint32_t PT1, PT2, offset[2]; member
/optee_os-3.20.0/core/pta/bcm/
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
A Dbnxt.c74 uint32_t offset = 0; in copy_bnxt_crash_dump() local
/optee_os-3.20.0/core/include/drivers/
A Drtc.h83 static inline TEE_Result rtc_get_offset(long *offset) in rtc_get_offset()
91 static inline TEE_Result rtc_set_offset(long offset) in rtc_set_offset()
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_pwr.h19 uint32_t offset; /* Register offset */ member
/optee_os-3.20.0/core/tee/
A Dtee_fs_rpc.c112 uint32_t id, int fd, tee_fs_off_t offset, in tee_fs_rpc_read_init()
151 uint32_t id, int fd, tee_fs_off_t offset, in tee_fs_rpc_write_init()

Completed in 31 milliseconds

1234