Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c2999 u8 colNum = 0; in phy_ParsePowerLimitTableFile() local
3081 if (!GetU1ByteIntegerFromStringInDecimal(colNumBuf, &colNum)) in phy_ParsePowerLimitTableFile()
3084 if (colNum > TXPWR_LMT_MAX_REGULATION_NUM) { in phy_ParsePowerLimitTableFile()
3087 colNum, TXPWR_LMT_MAX_REGULATION_NUM in phy_ParsePowerLimitTableFile()
3092 for (forCnt = 0; forCnt < colNum; ++forCnt) { in phy_ParsePowerLimitTableFile()
3146 for (forCnt = 0; forCnt < colNum; ++forCnt) { in phy_ParsePowerLimitTableFile()