combineValue 2479 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c u32 combineValue = 0; combineValue 2490 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2501 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue <<= 8; combineValue 2502 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2513 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue <<= 8; combineValue 2514 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2525 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue <<= 8; combineValue 2526 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2528 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); combineValue 2595 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c u32 combineValue = 0; combineValue 2606 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2617 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue <<= 8; combineValue 2618 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2629 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue <<= 8; combineValue 2630 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2641 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue <<= 8; combineValue 2642 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c combineValue |= (((integer / 10) << 4) + (integer % 10)); combineValue 2644 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c PHY_StoreTxPowerByRate(Adapter, band, rf_path, tx_num, u4bRegOffset, u4bRegMask, combineValue);