Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 24 of 24) sorted by relevance

/optee_os/core/drivers/
H A Dbcm_gpio.c60 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_set_bit() local
70 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_clr_bit() local
90 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get() local
114 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get_dir() local
129 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get_itr() local
162 unsigned int shift = IPROC_GPIO_SHIFT(gpiopin); in iproc_gpio_set_secure() local
H A Dgic.c707 uint32_t shift = (it % GICD_ICFGR_NUM_INTS_PER_REG) * in gic_it_set_type() local
H A Dstm32_gpio.c649 size_t shift = (pin - GPIO_ALT_LOWER_LIMIT) << 2; in set_gpio_cfg() local
/optee_os/lib/libutils/isoc/arch/arm/
H A Darm32_aeabi_shift.c12 long long __aeabi_llsl(long long a, int shift) in __aeabi_llsl()
32 long long __aeabi_llsr(long long a, int shift) in __aeabi_llsr()
/optee_os/core/arch/arm/plat-rockchip/
H A Dcommon.h23 #define BITS_WMSK(msk, shift) SHIFT_U32(msk, (shift) + REG_MSK_SHIFT) argument
24 #define BITS_WITH_WMASK(bits, msk, shift) \ argument
/optee_os/lib/libutils/isoc/newlib/
H A Dstr-two-way.h355 size_t shift; in two_way_long_needle() local
406 size_t shift; in two_way_long_needle() local
/optee_os/core/drivers/clk/sam/
H A Dat91_peripheral.c35 int shift = 0; in clk_sam9x5_peripheral_autodiv() local
117 unsigned int shift = 0; in clk_sam9x5_peripheral_set_rate() local
H A Dat91_programmable.c99 int shift = 0; in clk_programmable_set_rate() local
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H A Docb3_init.c15 int idx, shift; in s_ocb3_int_calc_offset_zero() local
/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dudivmodti4.c134 si_int shift = in __udivmodti4() local
/optee_os/core/include/mm/
H A Dtee_mm.h33 uint8_t shift; /* size shift */ member
H A Dcore_mmu.h416 uint8_t shift; member
/optee_os/lib/libutils/ext/include/
H A Dutil.h197 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument
198 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
/optee_os/core/drivers/clk/
H A Dclk-stm32-core.h13 uint8_t shift; member
31 uint8_t shift; member
/optee_os/core/mm/
H A Dtee_mm.c16 uint8_t shift, uint32_t flags) in tee_mm_init()
/optee_os/core/arch/arm/crypto/
H A Daes_armv8a_ce.c59 static uint32_t ror32(uint32_t val, unsigned int shift) in ror32()
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c209 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_configure_decprot() local
232 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_get_decprot() local
H A Dstm32_rifsc.c530 uint32_t shift = risup->id % _PERIPH_IDS_PER_REG; in stm32_risup_cfg() local
/optee_os/core/crypto/
H A Dsm3.c55 static uint32_t rotl(uint32_t val, int shift) in rotl()
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c168 unsigned int shift = 31; in compare_d() local
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_main.h52 #define SEC_GET_FIELD(val, mask, shift) (((val) & (mask)) >> (shift)) argument
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decp_curves_new.c5360 mbedtls_mpi_uint shift = ((mbedtls_mpi_uint) 1u) << (biL - 9); in mbedtls_ecp_mod_p521_raw() local
5641 size_t shift = bits % biL; in ecp_mod_koblitz() local
H A Dssl_msg.c3546 uint64_t shift = rec_seqnum - ssl->in_window_top; in mbedtls_ssl_dtls_replay_update() local
H A Decp_curves.c5362 size_t adjust, size_t shift, mbedtls_mpi_uint mask) in ecp_mod_koblitz()