Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 23 of 23) sorted by relevance

/bsp/ck802/libraries/common/aes/
A Dck_aes.c45 aes_endian_mode_e endian; member
75 if (endian == AES_ENDIAN_LITTLE) { in aes_set_endian()
140 if (endian == AES_ENDIAN_LITTLE) { in aes_set_key()
145 } else if (endian == AES_ENDIAN_BIG) { in aes_set_key()
173 if (endian == AES_ENDIAN_BIG) { in aes_crypto()
293 aes_priv->endian = AES_ENDIAN_LITTLE; in csi_aes_initialize()
384 switch (endian) { in csi_aes_config()
386 aes_priv->endian = endian; in csi_aes_config()
387 aes_set_endian(endian); in csi_aes_config()
391 aes_priv->endian = endian; in csi_aes_config()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_linear.c72 int sign, width, pwidth, endian; in snd_pcm_linear_get_index() local
76 endian = snd_pcm_format_big_endian(src_format); in snd_pcm_linear_get_index()
78 if (endian < 0) in snd_pcm_linear_get_index()
79 endian = 0; in snd_pcm_linear_get_index()
92 return width * 4 + endian * 2 + sign + 16; in snd_pcm_linear_get_index()
95 return width * 4 + endian * 2 + sign; in snd_pcm_linear_get_index()
101 int sign, width, pwidth, endian; in snd_pcm_linear_put_index() local
107 if (endian < 0) in snd_pcm_linear_put_index()
108 endian = 0; in snd_pcm_linear_put_index()
121 return width * 4 + endian * 2 + sign + 16; in snd_pcm_linear_put_index()
[all …]
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_cks.c15 void bflb_cks_set_endian(struct bflb_device_s *dev, uint8_t endian) in bflb_cks_set_endian() argument
20 putreg32(endian << 1, reg_base + CKS_CONFIG_OFFSET); in bflb_cks_set_endian()
/bsp/ck802/libraries/common/sha/
A Dck_sha.c37 sha_endian_mode_e endian; member
309 sha_priv->endian = endian_mode; in csi_sha_config()
312 sha_priv->endian = endian_mode; in csi_sha_config()
382 if (last_left && sha_priv->endian == SHA_ENDIAN_MODE_LITTLE) { in csi_sha_update()
428 if (sha_priv->endian == SHA_ENDIAN_MODE_BIG || word_left == 0) { in csi_sha_update()
483 if (sha_priv->endian == SHA_ENDIAN_MODE_BIG) { in csi_sha_finish()
/bsp/dm365/platform/
A Dfindbit.S104 1: eor r3, r2, #0x18 @ big endian byte ordering
122 eor r3, r2, #0x18 @ big endian byte ordering
138 1: eor r3, r2, #0x18 @ big endian byte ordering
156 eor r3, r2, #0x18 @ big endian byte ordering
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_cks.h40 void bflb_cks_set_endian(struct bflb_device_s *dev, uint8_t endian);
/bsp/smartfusion2/libraries/mss_uart/
A Dmss_uart.c1086 mss_uart_endian_t endian in MSS_UART_set_rx_endian() argument
1090 ASSERT(MSS_UART_INVALID_ENDIAN > endian); in MSS_UART_set_rx_endian()
1093 (MSS_UART_INVALID_ENDIAN > endian)) in MSS_UART_set_rx_endian()
1096 ((MSS_UART_LITTLEEND == endian) ? (clear_bit_reg8(&this_uart->hw_reg->MM1,E_MSB_RX)) : in MSS_UART_set_rx_endian()
1108 mss_uart_endian_t endian in MSS_UART_set_tx_endian() argument
1112 ASSERT(MSS_UART_INVALID_ENDIAN > endian); in MSS_UART_set_tx_endian()
1115 (MSS_UART_INVALID_ENDIAN > endian)) in MSS_UART_set_tx_endian()
1118 ((MSS_UART_LITTLEEND == endian) ? (clear_bit_reg8(&this_uart->hw_reg->MM1,E_MSB_TX)) : in MSS_UART_set_tx_endian()
A Dmss_uart.h2201 mss_uart_endian_t endian
2236 mss_uart_endian_t endian
/bsp/nuclei/libraries/gd32vf103/HAL_Drivers/
A Ddrv_spi.c118 spicfg.endian = SPI_ENDIAN_MSB; in gd32_spi_init()
122 spicfg.endian = SPI_ENDIAN_LSB; in gd32_spi_init()
/bsp/ck802/libraries/include/
A Ddrv_sha.h130 sha_endian_mode_e endian
A Ddrv_aes.h151 aes_endian_mode_e endian,
A Ddrv_rsa.h150 rsa_endian_mode_e endian
/bsp/ck802/libraries/common/rsa/
A Dck_rsa.c42 rsa_endian_mode_e endian; member
1024 rsa_priv->endian = RSA_ENDIAN_MODE_LITTLE; in csi_rsa_initialize()
1066 rsa_endian_mode_e endian in csi_rsa_config() argument
1091 if (endian == RSA_ENDIAN_MODE_LITTLE) { in csi_rsa_config()
1092 rsa_priv->endian = endian; in csi_rsa_config()
1093 } else if (endian == RSA_ENDIAN_MODE_BIG) { in csi_rsa_config()
/bsp/gd32/risc-v/libraries/gd32_drivers/
A Ddrv_spi.c207 spi_init_struct.endian = SPI_ENDIAN_MSB; in spi_configure()
211 spi_init_struct.endian = SPI_ENDIAN_LSB; in spi_configure()
/bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/devices/AlphaScale/
A DASM9260T.i798 //What endian modes does the chip support? (le_be8_be32(default), le_be8, le_be32, le, be8_be32, be…
/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_spi.c283 spi_init_struct.endian = SPI_ENDIAN_MSB; in spi_configure()
287 spi_init_struct.endian = SPI_ENDIAN_LSB; in spi_configure()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_spi.h130 …uint32_t endian; /*!< SPI big endian or… member
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/iar/m4f/
A Dmakefile14 …ce --cpu Cortex-M4F --fpu VFPv4_sp -DMSP432E411Y --aeabi --guard_calls --endian=little --thumb --s…
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/lib/ccs/m4f/
A Dmakefile13 …TALL_DIR)/source/third_party/CMSIS/Include -I$(SDK_INSTALL_DIR)/source --endian=little -mv7M4 --fl…
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_spi.c131 reg |= spi_struct->endian; in spi_init()
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_sdram.c427 basicConfig.endian = kEMC_LittleEndian; in lpc_sdram_hw_init()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt810 + Add LIBCFG_AES_SWAP function to process endian issue of AES.
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt1626 + Add LIBCFG_AES_SWAP function to process endian issue of AES.

Completed in 54 milliseconds