Searched refs:combineValue (Results 1 – 1 of 1) sorted by relevance
2479 u32 combineValue = 0; in phy_ParseBBPgParaFile() local2490 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()2501 combineValue <<= 8; in phy_ParseBBPgParaFile()2502 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()2513 combineValue <<= 8; in phy_ParseBBPgParaFile()2514 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()2525 combineValue <<= 8; in phy_ParseBBPgParaFile()2526 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()2528 PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); in phy_ParseBBPgParaFile()2595 u32 combineValue = 0; in phy_ParseBBPgParaFile() local[all …]