Home
last modified time | relevance | path

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

1234

/optee_os/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 Dzynqmp_pm.c70 uint32_t offset; member
84 uint32_t offset; member
/optee_os/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/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()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
A Dstm32mp1_rcc.c38 size_t offset = reset_id2reg_offset(id); in stm32_reset_assert() local
60 size_t offset = reset_id2reg_offset(id) + RCC_MP_RSTCLRR_OFFSET; in stm32_reset_deassert() local
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_decode_asn1_length.c27 unsigned long real_len, decoded_len, offset, i; in der_decode_asn1_length() local
/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/
A Dpkcs12_utf8_to_utf16.c19 const ulong32 offset[6] = { in pkcs12_utf8_to_utf16() local
/optee_os/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/lib/libmbedtls/mbedtls/library/
A Dchacha20.c57 #define BYTES_TO_U32_LE( data, offset ) \ argument
172 size_t offset = i * 4U; in chacha20_block() local
255 size_t offset = 0U; in mbedtls_chacha20_update() local
A Dpoly1305.c55 #define BYTES_TO_U32_LE( data, offset ) \ argument
110 size_t offset = 0U; in poly1305_process() local
328 size_t offset = 0U; in mbedtls_poly1305_update() local
/optee_os/core/arch/arm/plat-bcm/
A Dbcm_elog.c14 uint32_t offset = 0, len = 0; in bcm_elog_putchar() local
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dhavege.h45 uint32_t PT1, PT2, offset[2]; member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhavege.h45 uint32_t PT1, PT2, offset[2]; member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dhavege.h45 uint32_t PT1, PT2, offset[2]; member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dhavege.h45 uint32_t PT1, PT2, offset[2]; member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dhavege.h45 uint32_t PT1, PT2, offset[2]; member
/optee_os/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
/optee_os/core/arch/arm/plat-sam/
A Dmatrix.c428 unsigned int offset, in matrix_write()
434 static unsigned int matrix_read(int base, unsigned int offset) in matrix_read()
/optee_os/core/drivers/crypto/caam/include/
A Dcaam_pwr.h19 uint32_t offset; /* Register offset */ member

Completed in 30 milliseconds

1234