Searched refs:arch_memcmp (Results 1 – 8 of 8) sorted by relevance
38 int arch_memcmp(const void *s1, const void *s2, uint32_t n);
73 int ATTR_TCM_SECTION arch_memcmp(const void *s1, const void *s2, uint32_t n) in arch_memcmp() function
724 if (arch_memcmp(name, trim_list[i].name, strlen(name)) == 0) { in bflb_ef_ctrl_read_common_trim()
154 #define ARCH_MemCmp arch_memcmp
200 #define BL602_MemCmp arch_memcmp
162 #define ARCH_MemCmp arch_memcmp
200 #define BL702_MemCmp arch_memcmp
2941 if (arch_memcmp(buf, BFLB_FLASH_CFG_MAGIC, 4) == 0) { in bflb_sf_cfg_get_flash_cfg_need_lock()
Completed in 15 milliseconds