Home
last modified time | relevance | path

Searched refs:SIZE_72_BITS (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/
H A Defuse.c49 } else if (size == SIZE_72_BITS) { in efuse_start_addr_unaligned_read()
50 hi_u8 tmp_data[SIZE_72_BITS / SIZE_8_BITS] = { 0 }; in efuse_start_addr_unaligned_read()
53 if (efuse_read_bits(start_bit, SIZE_72_BITS, &tmp_data[0]) != HI_ERR_SUCCESS) { in efuse_start_addr_unaligned_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/
H A Defuse.h27 #define SIZE_72_BITS 72 macro
H A Defuse.c50 } else if (size == SIZE_72_BITS) { in efuse_start_addr_unaligned_read()
51 hi_u8 tmp_data[SIZE_72_BITS / SIZE_8_BITS] = { 0 }; in efuse_start_addr_unaligned_read()
54 ret = efuse_read_bits(start_bit, SIZE_72_BITS, &tmp_data[0]); in efuse_start_addr_unaligned_read()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Defuse.h27 #define SIZE_72_BITS 72 macro

Completed in 2 milliseconds