Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtl8723b_hal.h147 #define EFUSE_BT_MAP_LEN 1024 /* 1k bytes */ macro
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c561 *pu2Tmp = EFUSE_BT_MAP_LEN; in Hal_GetEfuseDefinition()
840 if ((_offset + _size_byte) > EFUSE_BT_MAP_LEN) in hal_ReadEFuse_BT()
843 efuseTbl = rtw_malloc(EFUSE_BT_MAP_LEN); in hal_ReadEFuse_BT()
848 memset(efuseTbl, 0xFF, EFUSE_BT_MAP_LEN); in hal_ReadEFuse_BT()