| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_rf.h | 198 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_rf.h | 241 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_rf.h | 241 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtw_rf.h | 241 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtw_rf.h | 240 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_rf.h | 241 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_rf.h | 241 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_rf.h | 263 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_rf.h | 264 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_rf.h | 260 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtw_rf.h | 261 s16 mb_of_ntx(u8 ntx);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com_phycfg.c | 2705 val += mb_of_ntx(tx_num); in phy_get_txpwr_by_rate_total_mbm() 4123 rlmt = ((tic.rlimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4127 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4131 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4135 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4141 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5839 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_regd_lmt() 5885 …target = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PD… in phy_get_txpwr_user_target() 5906 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6204 val += mb_of_ntx(ntx_idx + 1); in phy_get_txpwr_mbm()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_com_phycfg.c | 2680 val += mb_of_ntx(tx_num); in phy_get_txpwr_by_rate_total_mbm() 4086 rlmt = ((tic.rlimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4090 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4094 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4098 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4104 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5802 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_regd_lmt() 5848 …target = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PD… in phy_get_txpwr_user_target() 5869 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6167 val += mb_of_ntx(ntx_idx + 1); in phy_get_txpwr_mbm()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com_phycfg.c | 2705 val += mb_of_ntx(tx_num); in phy_get_txpwr_by_rate_total_mbm() 4123 rlmt = ((tic.rlimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4127 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4131 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4135 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4141 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5839 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_regd_lmt() 5885 …target = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PD… in phy_get_txpwr_user_target() 5906 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6204 val += mb_of_ntx(ntx_idx + 1); in phy_get_txpwr_mbm()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com_phycfg.c | 2681 val += mb_of_ntx(tx_num); in phy_get_txpwr_by_rate_total_mbm() 4087 rlmt = ((tic.rlimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4091 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4095 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4099 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4105 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5803 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_regd_lmt() 5849 …target = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PD… in phy_get_txpwr_user_target() 5870 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6163 val += mb_of_ntx(ntx_idx + 1); in phy_get_txpwr_mbm()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_com_phycfg.c | 2682 val += mb_of_ntx(tx_num); in phy_get_txpwr_by_rate_total_mbm() 4088 rlmt = ((tic.rlimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4092 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4096 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4100 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4106 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5804 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_regd_lmt() 5850 …target = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PD… in phy_get_txpwr_user_target() 5871 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6164 val += mb_of_ntx(ntx_idx + 1); in phy_get_txpwr_mbm()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com_phycfg.c | 4143 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4147 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4151 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4157 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5869 …target = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PD… in phy_get_txpwr_user_target() 5890 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1) - rfctl->antenna_gain) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6177 val += mb_of_ntx(tx_num); in phy_get_txpwr_total_mbm()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com_phycfg.c | 4128 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4132 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4135 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4141 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5850 target = (total_mbm - mb_of_ntx(ntx_idx + 1)) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_target() 5870 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1)) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6114 val += mb_of_ntx(tx_num); in phy_get_txpwr_total_mbm()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com_phycfg.c | 3955 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 3959 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 3962 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 3968 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5677 target = (total_mbm - mb_of_ntx(ntx_idx + 1)) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_target() 5697 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1)) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 5941 val += mb_of_ntx(tx_num); in phy_get_txpwr_total_mbm()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com_phycfg.c | 4138 lmt = ((tic.limit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4142 ulmt = ((tic.ulimit * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4146 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4152 utgt = ((tic.utarget * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 5863 target = (total_mbm - mb_of_ntx(ntx_idx + 1)) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_target() 5883 lmt = (total_mbm - mb_of_ntx(ntx_idx + 1)) * hal_spec->txgi_pdbm / MBM_PDBM; in phy_get_txpwr_user_lmt() 6160 val += mb_of_ntx(tx_num); in phy_get_txpwr_total_mbm()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_rf.c | 1574 s16 mb_of_ntx(u8 ntx) in mb_of_ntx() function
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_rf.c | 1574 s16 mb_of_ntx(u8 ntx) in mb_of_ntx() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_rf.c | 837 s16 mb_of_ntx(u8 ntx) in mb_of_ntx() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_rf.c | 1365 s16 mb_of_ntx(u8 ntx) in mb_of_ntx() function
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_rf.c | 1365 s16 mb_of_ntx(u8 ntx) in mb_of_ntx() function
|