Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c2495 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
2506 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
2517 combineValue <<= 8; in phy_ParseBBPgParaFile()
2518 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
2529 combineValue <<= 8; in phy_ParseBBPgParaFile()
2530 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
2541 combineValue <<= 8; in phy_ParseBBPgParaFile()
2542 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
2544 PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); in phy_ParseBBPgParaFile()
2611 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
[all …]