Searched refs:EFUSE_MAP_LEN_88E (Results 1 – 3 of 3) sorted by relevance
97 memset(pEEPROM->efuse_eeprom_data, 0xFF, EFUSE_MAP_LEN_88E); in EFUSE_ShadowMapUpdate()102 rtl8188e_ReadEFuse(pAdapter, 0, EFUSE_MAP_LEN_88E, pEEPROM->efuse_eeprom_data); in EFUSE_ShadowMapUpdate()
97 #define EFUSE_MAP_LEN_88E 512 macro
97 efuseTbl = kzalloc(EFUSE_MAP_LEN_88E, GFP_KERNEL); in efuse_phymap_to_logical()430 if ((_offset + _size_byte) > EFUSE_MAP_LEN_88E) /* total E-Fuse table is 512bytes */ in Hal_EfuseReadEFuse88E()433 efuseTbl = kzalloc(EFUSE_MAP_LEN_88E, GFP_KERNEL); in Hal_EfuseReadEFuse88E()