Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/
H A Dhal_com_phycfg.c2971 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
2981 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
2991 combineValue <<= 8; in phy_ParseBBPgParaFile()
2992 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
3002 combineValue <<= 8; in phy_ParseBBPgParaFile()
3003 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
3013 combineValue <<= 8; in phy_ParseBBPgParaFile()
3014 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
3016 PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); in phy_ParseBBPgParaFile()
3102 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/
H A Dhal_com_phycfg.c3297 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
3307 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
3317 combineValue <<= 8; in phy_ParseBBPgParaFile()
3318 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
3328 combineValue <<= 8; in phy_ParseBBPgParaFile()
3329 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
3339 combineValue <<= 8; in phy_ParseBBPgParaFile()
3340 combineValue |= ( ( ( integer / 10 ) << 4 ) + ( integer % 10 ) ); in phy_ParseBBPgParaFile()
3342 PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); in phy_ParseBBPgParaFile()
3428 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/
H A Dhal_com_phycfg.c3839 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
3850 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
3861 combineValue <<= 8; in phy_ParseBBPgParaFile()
3862 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
3873 combineValue <<= 8; in phy_ParseBBPgParaFile()
3874 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
3885 combineValue <<= 8; in phy_ParseBBPgParaFile()
3886 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
3888 PHY_StoreTxPowerByRate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); in phy_ParseBBPgParaFile()
3955 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/
H A Dhal_com_phycfg.c4200 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4211 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4222 combineValue <<= 8; in phy_ParseBBPgParaFile()
4223 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4234 combineValue <<= 8; in phy_ParseBBPgParaFile()
4235 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4246 combineValue <<= 8; in phy_ParseBBPgParaFile()
4247 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4249 phy_store_tx_power_by_rate(Adapter, 0, 0, 1, u4bRegOffset, u4bRegMask, combineValue); in phy_ParseBBPgParaFile()
4316 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/
H A Dhal_com_phycfg.c4419 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4430 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4432 combineValue |= integer; in phy_ParseBBPgParaFile()
4441 combineValue <<= 8; in phy_ParseBBPgParaFile()
4443 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4445 combineValue |= integer; in phy_ParseBBPgParaFile()
4454 combineValue <<= 8; in phy_ParseBBPgParaFile()
4456 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4458 combineValue |= integer; in phy_ParseBBPgParaFile()
4467 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/
H A Dhal_com_phycfg.c4410 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4421 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4423 combineValue |= integer; in phy_ParseBBPgParaFile()
4432 combineValue <<= 8; in phy_ParseBBPgParaFile()
4434 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4436 combineValue |= integer; in phy_ParseBBPgParaFile()
4445 combineValue <<= 8; in phy_ParseBBPgParaFile()
4447 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4449 combineValue |= integer; in phy_ParseBBPgParaFile()
4458 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/
H A Dhal_com_phycfg.c4462 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4473 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4475 combineValue |= integer; in phy_ParseBBPgParaFile()
4484 combineValue <<= 8; in phy_ParseBBPgParaFile()
4486 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4488 combineValue |= integer; in phy_ParseBBPgParaFile()
4497 combineValue <<= 8; in phy_ParseBBPgParaFile()
4499 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4501 combineValue |= integer; in phy_ParseBBPgParaFile()
4510 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_com_phycfg.c4806 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4817 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4819 combineValue |= integer; in phy_ParseBBPgParaFile()
4828 combineValue <<= 8; in phy_ParseBBPgParaFile()
4830 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4832 combineValue |= integer; in phy_ParseBBPgParaFile()
4841 combineValue <<= 8; in phy_ParseBBPgParaFile()
4843 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4845 combineValue |= integer; in phy_ParseBBPgParaFile()
4854 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/
H A Dhal_com_phycfg.c4788 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4799 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4801 combineValue |= integer; in phy_ParseBBPgParaFile()
4810 combineValue <<= 8; in phy_ParseBBPgParaFile()
4812 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4814 combineValue |= integer; in phy_ParseBBPgParaFile()
4823 combineValue <<= 8; in phy_ParseBBPgParaFile()
4825 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4827 combineValue |= integer; in phy_ParseBBPgParaFile()
4836 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/
H A Dhal_com_phycfg.c4615 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4626 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4628 combineValue |= integer; in phy_ParseBBPgParaFile()
4637 combineValue <<= 8; in phy_ParseBBPgParaFile()
4639 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4641 combineValue |= integer; in phy_ParseBBPgParaFile()
4650 combineValue <<= 8; in phy_ParseBBPgParaFile()
4652 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4654 combineValue |= integer; in phy_ParseBBPgParaFile()
4663 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_com_phycfg.c4801 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4812 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4814 combineValue |= integer; in phy_ParseBBPgParaFile()
4823 combineValue <<= 8; in phy_ParseBBPgParaFile()
4825 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4827 combineValue |= integer; in phy_ParseBBPgParaFile()
4836 combineValue <<= 8; in phy_ParseBBPgParaFile()
4838 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4840 combineValue |= integer; in phy_ParseBBPgParaFile()
4849 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_com_phycfg.c4792 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4803 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4805 combineValue |= integer; in phy_ParseBBPgParaFile()
4814 combineValue <<= 8; in phy_ParseBBPgParaFile()
4816 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4818 combineValue |= integer; in phy_ParseBBPgParaFile()
4827 combineValue <<= 8; in phy_ParseBBPgParaFile()
4829 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4831 combineValue |= integer; in phy_ParseBBPgParaFile()
4840 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_com_phycfg.c4755 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4766 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4768 combineValue |= integer; in phy_ParseBBPgParaFile()
4777 combineValue <<= 8; in phy_ParseBBPgParaFile()
4779 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4781 combineValue |= integer; in phy_ParseBBPgParaFile()
4790 combineValue <<= 8; in phy_ParseBBPgParaFile()
4792 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4794 combineValue |= integer; in phy_ParseBBPgParaFile()
4803 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_com_phycfg.c4792 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4803 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4805 combineValue |= integer; in phy_ParseBBPgParaFile()
4814 combineValue <<= 8; in phy_ParseBBPgParaFile()
4816 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4818 combineValue |= integer; in phy_ParseBBPgParaFile()
4827 combineValue <<= 8; in phy_ParseBBPgParaFile()
4829 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4831 combineValue |= integer; in phy_ParseBBPgParaFile()
4840 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_com_phycfg.c4756 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4767 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4769 combineValue |= integer; in phy_ParseBBPgParaFile()
4778 combineValue <<= 8; in phy_ParseBBPgParaFile()
4780 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4782 combineValue |= integer; in phy_ParseBBPgParaFile()
4791 combineValue <<= 8; in phy_ParseBBPgParaFile()
4793 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4795 combineValue |= integer; in phy_ParseBBPgParaFile()
4804 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_com_phycfg.c4757 u32 combineValue = 0; in phy_ParseBBPgParaFile() local
4768 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4770 combineValue |= integer; in phy_ParseBBPgParaFile()
4779 combineValue <<= 8; in phy_ParseBBPgParaFile()
4781 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4783 combineValue |= integer; in phy_ParseBBPgParaFile()
4792 combineValue <<= 8; in phy_ParseBBPgParaFile()
4794 combineValue |= (((integer / 10) << 4) + (integer % 10)); in phy_ParseBBPgParaFile()
4796 combineValue |= integer; in phy_ParseBBPgParaFile()
4805 combineValue <<= 8; in phy_ParseBBPgParaFile()
[all …]