Home
last modified time | relevance | path

Searched refs:GetHexValueFromString (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c2251 if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) { in phy_ConfigMACWithParaFile()
2257 if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) in phy_ConfigMACWithParaFile()
2335 if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) { in phy_ConfigBBWithParaFile()
2353 if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) { in phy_ConfigBBWithParaFile()
2460 if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) { in phy_ParseBBPgParaFile()
2466 if (GetHexValueFromString(szLine, &u4bRegMask, &u4bMove)) in phy_ParseBBPgParaFile()
2473 if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) { in phy_ParseBBPgParaFile()
2576 if (GetHexValueFromString(szLine, &u4bRegOffset, &u4bMove)) in phy_ParseBBPgParaFile()
2582 if (GetHexValueFromString(szLine, &u4bRegMask, &u4bMove)) in phy_ParseBBPgParaFile()
2589 if (GetHexValueFromString(szLine, &u4bRegValue, &u4bMove)) { in phy_ParseBBPgParaFile()
[all …]
Dhal_com.c1396 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove) in GetHexValueFromString() function
/drivers/staging/rtl8723bs/include/
Dhal_com.h255 bool GetHexValueFromString(char *szStr, u32 *pu4bVal, u32 *pu4bMove);