Searched refs:combineValue (Results 1 – 1 of 1) sorted by relevance
2495 u32 combineValue = 0; in phy_ParseBBPgParaFile() local2506 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 …]