Home
last modified time | relevance | path

Searched refs:end_u8 (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/
H A Defuse.c52 hi_u8 end_u8; in efuse_start_addr_unaligned_read() local
59 end_u8 = *(hi_u8 *)&tmp_data[8]; /* the last u8 bit */ 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()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H A Defuse.c53 hi_u8 end_u8; in efuse_start_addr_unaligned_read() local
58 end_u8 = *(hi_u8 *)&tmp_data[8]; /* the last u8 bit */ 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()

Completed in 2 milliseconds