| /optee_os/core/drivers/ |
| H A D | bcm_gpio.c | 60 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 D | gic.c | 707 uint32_t shift = (it % GICD_ICFGR_NUM_INTS_PER_REG) * in gic_it_set_type() local
|
| H A D | stm32_gpio.c | 649 size_t shift = (pin - GPIO_ALT_LOWER_LIMIT) << 2; in set_gpio_cfg() local
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | arm32_aeabi_shift.c | 12 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 D | common.h | 23 #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 D | str-two-way.h | 355 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 D | at91_peripheral.c | 35 int shift = 0; in clk_sam9x5_peripheral_autodiv() local 117 unsigned int shift = 0; in clk_sam9x5_peripheral_set_rate() local
|
| H A D | at91_programmable.c | 99 int shift = 0; in clk_programmable_set_rate() local
|
| /optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
| H A D | ocb3_init.c | 15 int idx, shift; in s_ocb3_int_calc_offset_zero() local
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | udivmodti4.c | 134 si_int shift = in __udivmodti4() local
|
| /optee_os/core/include/mm/ |
| H A D | tee_mm.h | 33 uint8_t shift; /* size shift */ member
|
| H A D | core_mmu.h | 416 uint8_t shift; member
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | util.h | 197 #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 D | clk-stm32-core.h | 13 uint8_t shift; member 31 uint8_t shift; member
|
| /optee_os/core/mm/ |
| H A D | tee_mm.c | 16 uint8_t shift, uint32_t flags) in tee_mm_init()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | aes_armv8a_ce.c | 59 static uint32_t ror32(uint32_t val, unsigned int shift) in ror32()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_etzpc.c | 209 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 D | stm32_rifsc.c | 530 uint32_t shift = risup->id % _PERIPH_IDS_PER_REG; in stm32_risup_cfg() local
|
| /optee_os/core/crypto/ |
| H A D | sm3.c | 55 static uint32_t rotl(uint32_t val, int shift) in rotl()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 168 unsigned int shift = 31; in compare_d() local
|
| /optee_os/core/drivers/crypto/hisilicon/ |
| H A D | sec_main.h | 52 #define SEC_GET_FIELD(val, mask, shift) (((val) & (mask)) >> (shift)) argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp_curves_new.c | 5360 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 D | ssl_msg.c | 3546 uint64_t shift = rec_seqnum - ssl->in_window_top; in mbedtls_ssl_dtls_replay_update() local
|
| H A D | ecp_curves.c | 5362 size_t adjust, size_t shift, mbedtls_mpi_uint mask) in ecp_mod_koblitz()
|