| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_pwr_ctrl.c | 557 struct rtw_tpu_pwr_by_rate_info *by_rate = &tpu->rtw_tpu_pwr_by_rate_i; in halbb_pwr_dbg() 655 by_rate->pwr_by_rate_lgcy[0], by_rate->pwr_by_rate_lgcy[1], in halbb_pwr_dbg() 656 by_rate->pwr_by_rate_lgcy[2], by_rate->pwr_by_rate_lgcy[3]); in halbb_pwr_dbg() 659 by_rate->pwr_by_rate_lgcy[4], by_rate->pwr_by_rate_lgcy[5], in halbb_pwr_dbg() 660 by_rate->pwr_by_rate_lgcy[6], by_rate->pwr_by_rate_lgcy[7], in halbb_pwr_dbg() 661 by_rate->pwr_by_rate_lgcy[8], by_rate->pwr_by_rate_lgcy[9], in halbb_pwr_dbg() 662 by_rate->pwr_by_rate_lgcy[10], by_rate->pwr_by_rate_lgcy[11]); in halbb_pwr_dbg() 667 by_rate->pwr_by_rate[i][0], by_rate->pwr_by_rate[i][1], in halbb_pwr_dbg() 668 by_rate->pwr_by_rate[i][2], by_rate->pwr_by_rate[i][3], in halbb_pwr_dbg() 669 by_rate->pwr_by_rate[i][4], by_rate->pwr_by_rate[i][5], in halbb_pwr_dbg() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_pwr_ctrl.c | 557 struct rtw_tpu_pwr_by_rate_info *by_rate = &tpu->rtw_tpu_pwr_by_rate_i; in halbb_pwr_dbg() 655 by_rate->pwr_by_rate_lgcy[0], by_rate->pwr_by_rate_lgcy[1], in halbb_pwr_dbg() 656 by_rate->pwr_by_rate_lgcy[2], by_rate->pwr_by_rate_lgcy[3]); in halbb_pwr_dbg() 659 by_rate->pwr_by_rate_lgcy[4], by_rate->pwr_by_rate_lgcy[5], in halbb_pwr_dbg() 660 by_rate->pwr_by_rate_lgcy[6], by_rate->pwr_by_rate_lgcy[7], in halbb_pwr_dbg() 661 by_rate->pwr_by_rate_lgcy[8], by_rate->pwr_by_rate_lgcy[9], in halbb_pwr_dbg() 662 by_rate->pwr_by_rate_lgcy[10], by_rate->pwr_by_rate_lgcy[11]); in halbb_pwr_dbg() 667 by_rate->pwr_by_rate[i][0], by_rate->pwr_by_rate[i][1], in halbb_pwr_dbg() 668 by_rate->pwr_by_rate[i][2], by_rate->pwr_by_rate[i][3], in halbb_pwr_dbg() 669 by_rate->pwr_by_rate[i][4], by_rate->pwr_by_rate[i][5], in halbb_pwr_dbg() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | hal_com_phycfg.h | 200 s8 by_rate; member 212 (_tic)->by_rate = _by_rate; \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | hal_com_phycfg.h | 198 s8 by_rate; member 210 (_tic)->by_rate = _by_rate; \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/ |
| H A D | hal_com_phycfg.c | 3918 , tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3945 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4151 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4405 s8 by_rate; in dump_tx_power_by_rate() local 4439 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4440 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4441 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4442 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4444 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4453 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/ |
| H A D | hal_com_phycfg.c | 3919 , tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3943 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4135 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4387 s8 by_rate; in dump_tx_power_by_rate() local 4421 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4422 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4423 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4424 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4426 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4435 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/ |
| H A D | hal_com_phycfg.c | 3746 , tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3770 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_idx_value() 3962 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4214 s8 by_rate; in dump_tx_power_by_rate() local 4248 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4249 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4250 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4251 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4253 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4262 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/ |
| H A D | hal_com_phycfg.c | 3918 , tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3945 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4146 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4400 s8 by_rate; in dump_tx_power_by_rate() local 4434 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4435 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4436 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4437 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4439 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4448 by_rate = PHY_GetTxPowerByRate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/ |
| H A D | hal_com_phycfg.c | 3894 , tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3921 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4135 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4391 s8 by_rate; in dump_tx_power_by_rate() local 4425 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4426 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4427 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4428 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4430 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4439 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/ |
| H A D | hal_com_phycfg.c | 3857 , tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3884 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4098 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4354 s8 by_rate; in dump_tx_power_by_rate() local 4388 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4389 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4390 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4391 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4393 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4402 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/ |
| H A D | hal_com_phycfg.c | 3894 , tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3921 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4135 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4391 s8 by_rate; in dump_tx_power_by_rate() local 4425 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4426 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4427 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4428 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4430 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4439 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/ |
| H A D | hal_com_phycfg.c | 3858 , tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3885 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4099 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4355 s8 by_rate; in dump_tx_power_by_rate() local 4389 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4390 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4391 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4392 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4394 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4403 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/ |
| H A D | hal_com_phycfg.c | 3859 , tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_index_inline() 3886 , tic->base, tic->by_rate, tic->btc, tic->extra, tic->rlimit, tic->limit, tic->ulimit in dump_tx_power_idx_value() 4100 byr = ((tic.by_rate * MBM_PDBM) / hal_spec->txgi_pdbm) + mb_of_ntx(tx_num); in dump_txpwr_total_dbm_by_rs() 4356 s8 by_rate; in dump_tx_power_by_rate() local 4390 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() 4391 if (by_rate % hal_spec->txgi_pdbm) { in dump_tx_power_by_rate() 4392 _RTW_PRINT_SEL(sel, "%2d.%d ", by_rate / hal_spec->txgi_pdbm in dump_tx_power_by_rate() 4393 , (by_rate % hal_spec->txgi_pdbm) * 100 / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4395 _RTW_PRINT_SEL(sel, "%5d ", by_rate / hal_spec->txgi_pdbm); in dump_tx_power_by_rate() 4404 by_rate = phy_get_txpwr_by_rate(adapter, band, path, rs, rates_by_sections[rs].rates[n]); in dump_tx_power_by_rate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | hal_com_phycfg.h | 198 s8 by_rate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | hal_com_phycfg.h | 200 s8 by_rate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | hal_com_phycfg.h | 229 s8 by_rate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | hal_com_phycfg.h | 228 s8 by_rate; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | hal_com_phycfg.h | 231 s8 by_rate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | hal_com_phycfg.h | 214 s8 by_rate; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | hal_com_phycfg.h | 230 s8 by_rate; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | hal_com_phycfg.h | 213 s8 by_rate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | hal_com_phycfg.h | 213 s8 by_rate; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | hal_com_phycfg.h | 213 s8 by_rate; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | hal_com_phycfg.h | 213 s8 by_rate; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/ |
| H A D | hal_com_phycfg.c | 2720 …, powerIndex, tic.base, (tic.by_rate > tic.limit ? tic.limit : tic.by_rate), tic.by_rate, tic.limi… in PHY_SetTxPowerIndexByRateArray() 3589 …, power_idx, tic.base, (tic.by_rate > tic.limit ? tic.limit : tic.by_rate), tic.by_rate, tic.limit… in dump_tx_power_idx_by_path_rs()
|