Home
last modified time | relevance | path

Searched refs:BTC_CYCLE_SLOT_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2122 #define BTC_CYCLE_SLOT_MAX 48 /* must be even number, non-zero */ macro
2566 __le16 tslot_cycle[BTC_CYCLE_SLOT_MAX];
2674 __le16 slot_step_time[BTC_CYCLE_SLOT_MAX];
2678 struct rtw89_btc_fbtc_a2dp_trx_stat a2dp_trx[BTC_CYCLE_SLOT_MAX];
2707 struct rtw89_btc_fbtc_a2dp_trx_stat_v4 a2dp_trx[BTC_CYCLE_SLOT_MAX];
2708 struct rtw89_btc_fbtc_cycle_fddt_info fddt_trx[BTC_CYCLE_SLOT_MAX];
2720 u8 wl_rx_err_ratio[BTC_CYCLE_SLOT_MAX];
2731 struct rtw89_btc_fbtc_a2dp_trx_stat_v4 a2dp_trx[BTC_CYCLE_SLOT_MAX];
2732 struct rtw89_btc_fbtc_cycle_fddt_info_v5 fddt_trx[BTC_CYCLE_SLOT_MAX];
2745 u8 wl_rx_err_ratio[BTC_CYCLE_SLOT_MAX];
[all …]
H A Dcoex.c9219 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v2()
9232 if (cnt % (BTC_CYCLE_SLOT_MAX / 4) == 1) in _show_fbtc_cysta_v2()
9243 if (cnt % (BTC_CYCLE_SLOT_MAX / 4) == 0 || cnt == c_end) in _show_fbtc_cysta_v2()
9354 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v3()
9366 divide_cnt = BTC_CYCLE_SLOT_MAX / 4; in _show_fbtc_cysta_v3()
9493 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v4()
9505 divide_cnt = BTC_CYCLE_SLOT_MAX / 4; in _show_fbtc_cysta_v4()
9628 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v5()
9640 divide_cnt = BTC_CYCLE_SLOT_MAX / 4; in _show_fbtc_cysta_v5()
9778 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v7()