Home
last modified time | relevance | path

Searched refs:BIT_U8 (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_common.c20 hi_u16 base = pos / BIT_U8; in boot_upg_tool_bit_test()
21 hi_u16 i = pos % BIT_U8; in boot_upg_tool_bit_test()
27 hi_u16 base = pos / BIT_U8; in boot_upg_tool_bit_set()
28 hi_u16 i = pos % BIT_U8; in boot_upg_tool_bit_set()
Dboot_upg_common.h27 #define BIT_U8 8 macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
Dcmd_loop.c36 #define BIT_U8 8 macro
187 hi_u16 base = pos / BIT_U8; in tool_bit_test()
188 hi_u16 i = pos % BIT_U8; in tool_bit_test()
189 if (pos > (data_len * BIT_U8)) { in tool_bit_test()
197 hi_u16 base = pos / BIT_U8; in tool_bit_set()
198 hi_u16 i = pos % BIT_U8; in tool_bit_set()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_common.h55 #define BIT_U8 8 macro
Dupg_common.c115 hi_u16 base = pos / BIT_U8; in upg_tool_bit_test()
116 hi_u16 i = pos % BIT_U8; in upg_tool_bit_test()
117 if (pos > (data_len * BIT_U8)) { in upg_tool_bit_test()
125 hi_u16 base = pos / BIT_U8; in upg_tool_bit_set()
126 hi_u16 i = pos % BIT_U8; in upg_tool_bit_set()