Home
last modified time | relevance | path

Searched refs:cnt_bt_all (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/btc/
H A Dhalbtc8723d1ant.c400 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8723d1ant_monitor_bt_ctr() local
511 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8723d1ant_monitor_bt_ctr()
516 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8723d1ant_monitor_bt_ctr()
517 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8723d1ant_monitor_bt_ctr()
521 cnt_bt_pre = cnt_bt_all; in halbtc8723d1ant_monitor_bt_ctr()
H A Dhalbtc8723d2ant.c436 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8723d2ant_monitor_bt_ctr() local
547 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8723d2ant_monitor_bt_ctr()
552 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8723d2ant_monitor_bt_ctr()
553 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8723d2ant_monitor_bt_ctr()
557 cnt_bt_pre = cnt_bt_all; in halbtc8723d2ant_monitor_bt_ctr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/btc/
H A Dhalbtc8723d1ant.c406 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8723d1ant_monitor_bt_ctr() local
519 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8723d1ant_monitor_bt_ctr()
524 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8723d1ant_monitor_bt_ctr()
525 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8723d1ant_monitor_bt_ctr()
529 cnt_bt_pre = cnt_bt_all; in halbtc8723d1ant_monitor_bt_ctr()
H A Dhalbtc8723d2ant.c442 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8723d2ant_monitor_bt_ctr() local
555 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8723d2ant_monitor_bt_ctr()
560 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8723d2ant_monitor_bt_ctr()
561 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8723d2ant_monitor_bt_ctr()
565 cnt_bt_pre = cnt_bt_all; in halbtc8723d2ant_monitor_bt_ctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/btc/
H A Dhalbtc8821c2ant.c631 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8821c2ant_monitor_bt_ctr() local
710 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8821c2ant_monitor_bt_ctr()
715 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8821c2ant_monitor_bt_ctr()
716 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8821c2ant_monitor_bt_ctr()
720 cnt_bt_pre = cnt_bt_all; in halbtc8821c2ant_monitor_bt_ctr()
H A Dhalbtc8821c1ant.c580 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8821c1ant_monitor_bt_ctr() local
653 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8821c1ant_monitor_bt_ctr()
658 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8821c1ant_monitor_bt_ctr()
659 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8821c1ant_monitor_bt_ctr()
663 cnt_bt_pre = cnt_bt_all; in halbtc8821c1ant_monitor_bt_ctr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/btc/
H A Dhalbtc8821c1ant.c581 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8821c1ant_monitor_bt_ctr() local
654 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8821c1ant_monitor_bt_ctr()
659 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8821c1ant_monitor_bt_ctr()
660 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8821c1ant_monitor_bt_ctr()
664 cnt_bt_pre = cnt_bt_all; in halbtc8821c1ant_monitor_bt_ctr()
H A Dhalbtc8821c2ant.c632 u32 reg_hp_txrx, reg_lp_txrx, u32tmp, cnt_bt_all; in halbtc8821c2ant_monitor_bt_ctr() local
711 cnt_bt_all = coex_sta->high_priority_tx + in halbtc8821c2ant_monitor_bt_ctr()
716 if ((cnt_bt_pre > (cnt_bt_all + 50) || in halbtc8821c2ant_monitor_bt_ctr()
717 cnt_bt_all > (cnt_bt_pre + 50)) && in halbtc8821c2ant_monitor_bt_ctr()
721 cnt_bt_pre = cnt_bt_all; in halbtc8821c2ant_monitor_bt_ctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/
H A Dhal_btcoex.c3114 u32 cnt_bt_hi_pri, cnt_bt_lo_pri, cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr() local
3152 cnt_bt_all = coex_sta->hi_pri_rx + coex_sta->hi_pri_tx + in halbtcoutsrc_btc_monitor_bt_ctr()
3155 if ((coex_sta->cnt_bt[BTC_CNT_BT_TRX] > (cnt_bt_all + 50) || in halbtcoutsrc_btc_monitor_bt_ctr()
3156 cnt_bt_all > (coex_sta->cnt_bt[BTC_CNT_BT_TRX] + 50)) && in halbtcoutsrc_btc_monitor_bt_ctr()
3160 coex_sta->cnt_bt[BTC_CNT_BT_TRX] = cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/
H A Dhal_btcoex.c3124 u32 cnt_bt_hi_pri, cnt_bt_lo_pri, cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr() local
3162 cnt_bt_all = coex_sta->hi_pri_rx + coex_sta->hi_pri_tx + in halbtcoutsrc_btc_monitor_bt_ctr()
3165 if ((coex_sta->cnt_bt[BTC_CNT_BT_TRX] > (cnt_bt_all + 50) || in halbtcoutsrc_btc_monitor_bt_ctr()
3166 cnt_bt_all > (coex_sta->cnt_bt[BTC_CNT_BT_TRX] + 50)) && in halbtcoutsrc_btc_monitor_bt_ctr()
3170 coex_sta->cnt_bt[BTC_CNT_BT_TRX] = cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/
H A Dhal_btcoex.c3171 u32 cnt_bt_hi_pri, cnt_bt_lo_pri, cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr() local
3209 cnt_bt_all = coex_sta->hi_pri_rx + coex_sta->hi_pri_tx + in halbtcoutsrc_btc_monitor_bt_ctr()
3212 if ((coex_sta->cnt_bt[BTC_CNT_BT_TRX] > (cnt_bt_all + 50) || in halbtcoutsrc_btc_monitor_bt_ctr()
3213 cnt_bt_all > (coex_sta->cnt_bt[BTC_CNT_BT_TRX] + 50)) && in halbtcoutsrc_btc_monitor_bt_ctr()
3217 coex_sta->cnt_bt[BTC_CNT_BT_TRX] = cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/
H A Dhal_btcoex.c3171 u32 cnt_bt_hi_pri, cnt_bt_lo_pri, cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr() local
3209 cnt_bt_all = coex_sta->hi_pri_rx + coex_sta->hi_pri_tx + in halbtcoutsrc_btc_monitor_bt_ctr()
3212 if ((coex_sta->cnt_bt[BTC_CNT_BT_TRX] > (cnt_bt_all + 50) || in halbtcoutsrc_btc_monitor_bt_ctr()
3213 cnt_bt_all > (coex_sta->cnt_bt[BTC_CNT_BT_TRX] + 50)) && in halbtcoutsrc_btc_monitor_bt_ctr()
3217 coex_sta->cnt_bt[BTC_CNT_BT_TRX] = cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/
H A Dhal_btcoex.c3171 u32 cnt_bt_hi_pri, cnt_bt_lo_pri, cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr() local
3209 cnt_bt_all = coex_sta->hi_pri_rx + coex_sta->hi_pri_tx + in halbtcoutsrc_btc_monitor_bt_ctr()
3212 if ((coex_sta->cnt_bt[BTC_CNT_BT_TRX] > (cnt_bt_all + 50) || in halbtcoutsrc_btc_monitor_bt_ctr()
3213 cnt_bt_all > (coex_sta->cnt_bt[BTC_CNT_BT_TRX] + 50)) && in halbtcoutsrc_btc_monitor_bt_ctr()
3217 coex_sta->cnt_bt[BTC_CNT_BT_TRX] = cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/
H A Dhal_btcoex.c3171 u32 cnt_bt_hi_pri, cnt_bt_lo_pri, cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr() local
3209 cnt_bt_all = coex_sta->hi_pri_rx + coex_sta->hi_pri_tx + in halbtcoutsrc_btc_monitor_bt_ctr()
3212 if ((coex_sta->cnt_bt[BTC_CNT_BT_TRX] > (cnt_bt_all + 50) || in halbtcoutsrc_btc_monitor_bt_ctr()
3213 cnt_bt_all > (coex_sta->cnt_bt[BTC_CNT_BT_TRX] + 50)) && in halbtcoutsrc_btc_monitor_bt_ctr()
3217 coex_sta->cnt_bt[BTC_CNT_BT_TRX] = cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/
H A Dhal_btcoex.c3114 u32 cnt_bt_hi_pri, cnt_bt_lo_pri, cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr() local
3152 cnt_bt_all = coex_sta->hi_pri_rx + coex_sta->hi_pri_tx + in halbtcoutsrc_btc_monitor_bt_ctr()
3155 if ((coex_sta->cnt_bt[BTC_CNT_BT_TRX] > (cnt_bt_all + 50) || in halbtcoutsrc_btc_monitor_bt_ctr()
3156 cnt_bt_all > (coex_sta->cnt_bt[BTC_CNT_BT_TRX] + 50)) && in halbtcoutsrc_btc_monitor_bt_ctr()
3160 coex_sta->cnt_bt[BTC_CNT_BT_TRX] = cnt_bt_all; in halbtcoutsrc_btc_monitor_bt_ctr()