Home
last modified time | relevance | path

Searched refs:SIZE_32_BITS (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Defuse_opt.c32 if (size < SIZE_32_BITS) { in efuse_read()
34 size = SIZE_32_BITS; in efuse_read()
35 } else if (size > SIZE_32_BITS && size < SIZE_64_BITS) { in efuse_read()
36 *(volatile hi_u32 *)(data + WORD_WIDTH) &= ((1 << (size - SIZE_32_BITS)) - 1); in efuse_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/
H A Defuse.c61 data_u32[0] = data_u32[0] | (data_u32[1] << (SIZE_32_BITS - diff_head_read)); in efuse_start_addr_unaligned_read()
63 data_u32[1] = data_u32[1] | ((hi_u32)end_u8 << (SIZE_32_BITS - diff_head_read)); in efuse_start_addr_unaligned_read()
64 *(hi_u64 *)data = (((hi_u64)data_u32[1] << SIZE_32_BITS) | data_u32[0]); in efuse_start_addr_unaligned_read()
110 } else if (origine_size < SIZE_32_BITS) { in efuse_bits_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H A Defuse.c60 data_u32[0] = data_u32[0] | (data_u32[1] << (SIZE_32_BITS - diff_head_read)); in efuse_start_addr_unaligned_read()
62 data_u32[1] = data_u32[1] | ((hi_u32)end_u8 << (SIZE_32_BITS - diff_head_read)); in efuse_start_addr_unaligned_read()
63 *(hi_u64 *)data = (((hi_u64)data_u32[1] << SIZE_32_BITS) | data_u32[0]); in efuse_start_addr_unaligned_read()
108 } else if (origine_size < SIZE_32_BITS) { in efuse_bits_read()
H A Defuse.h25 #define SIZE_32_BITS 32 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Defuse.h25 #define SIZE_32_BITS 32 macro
H A Defuse_opt.h22 #define SIZE_32_BITS 32 macro

Completed in 2 milliseconds