Searched refs:mapLen (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_efuse.c | 245 u16 mapLen = 0; in Efuse_ReadAllMap() local 249 …rtl8188e_EFUSE_GetEfuseDefinition(pAdapter, efuseType, TYPE_EFUSE_MAP_LEN, (void *)&mapLen, pseudo… in Efuse_ReadAllMap() 251 rtl8188e_ReadEFuse(pAdapter, efuseType, 0, mapLen, Efuse, pseudo); in Efuse_ReadAllMap() 278 u16 mapLen = 0; in EFUSE_ShadowMapUpdate() local 280 …rtl8188e_EFUSE_GetEfuseDefinition(pAdapter, efuseType, TYPE_EFUSE_MAP_LEN, (void *)&mapLen, pseudo… in EFUSE_ShadowMapUpdate() 283 memset(pEEPROM->efuse_eeprom_data, 0xFF, mapLen); in EFUSE_ShadowMapUpdate()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_efuse.c | 429 u16 mapLen = 0; in Efuse_ReadAllMap() local 433 EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_EFUSE_MAP_LEN, (void *)&mapLen, bPseudoTest); in Efuse_ReadAllMap() 435 efuse_ReadEFuse(padapter, efuseType, 0, mapLen, Efuse, bPseudoTest); in Efuse_ReadAllMap() 507 u16 mapLen = 0; in EFUSE_ShadowMapUpdate() local 509 EFUSE_GetEfuseDefinition(padapter, efuseType, TYPE_EFUSE_MAP_LEN, (void *)&mapLen, bPseudoTest); in EFUSE_ShadowMapUpdate() 512 memset(pEEPROM->efuse_eeprom_data, 0xFF, mapLen); in EFUSE_ShadowMapUpdate()
|
Completed in 4 milliseconds