Searched refs:EFUSE_BT_MAP_LEN (Results 1 – 3 of 3) sorted by relevance
178 #define EFUSE_BT_MAP_LEN 1024 /* 1k bytes */ macro
177 #define EFUSE_BT_MAP_LEN 1024 /* 1k bytes */ macro
690 *pu2Tmp = EFUSE_BT_MAP_LEN; in Hal_GetEfuseDefinition()1020 if ((_offset+_size_byte) > EFUSE_BT_MAP_LEN) { in hal_ReadEFuse_BT()1025 efuseTbl = rtw_malloc(EFUSE_BT_MAP_LEN); in hal_ReadEFuse_BT()1031 memset(efuseTbl, 0xFF, EFUSE_BT_MAP_LEN); in hal_ReadEFuse_BT()