Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c2984 u8 colNum = 0; in phy_ParsePowerLimitTableFile() local
3066 if (!GetU1ByteIntegerFromStringInDecimal(colNumBuf, &colNum)) in phy_ParsePowerLimitTableFile()
3069 if (colNum > TXPWR_LMT_MAX_REGULATION_NUM) { in phy_ParsePowerLimitTableFile()
3072 colNum, TXPWR_LMT_MAX_REGULATION_NUM in phy_ParsePowerLimitTableFile()
3077 for (forCnt = 0; forCnt < colNum; ++forCnt) { in phy_ParsePowerLimitTableFile()
3131 for (forCnt = 0; forCnt < colNum; ++forCnt) { in phy_ParsePowerLimitTableFile()