Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Defuse_opt.c24 hi_u8 line_cnt = U32_PER_LINE; in efuse_read() local
42 line_cnt = count; in efuse_read()
49 if (count < line_cnt) { in efuse_read()
50 line_cnt = count; in efuse_read()
53 for (hi_u8 i = 0; i < line_cnt; i++) { in efuse_read()
61 start_bit += line_cnt * WORD_WIDTH * BITS_PER_BYTE; in efuse_read()
62 count -= line_cnt; in efuse_read()

Completed in 1 milliseconds