Home
last modified time | relevance | path

Searched refs:EFUSE_BT_MAP_LEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_hal.h186 #define EFUSE_BT_MAP_LEN 1024 /* 1k bytes */ macro
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_hal.h211 #define EFUSE_BT_MAP_LEN 1024 /* 1k bytes */ macro
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_efuse.c205 *pu2Tmp = EFUSE_BT_MAP_LEN; in EFUSE_GetEfuseDefinition23a()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_hal_init.c487 if ((_offset + _size_byte) > EFUSE_BT_MAP_LEN) { in hal_ReadEFuse_BT()
493 efuseTbl = kmalloc(EFUSE_BT_MAP_LEN, GFP_KERNEL); in hal_ReadEFuse_BT()
499 memset(efuseTbl, 0xFF, EFUSE_BT_MAP_LEN); in hal_ReadEFuse_BT()