Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.c6198 u8 i, cnt = 0, slot_pair; in _show_fbtc_cysta() local
6256 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta()
6258 if (pcysta->cycles <= slot_pair) in _show_fbtc_cysta()
6261 c_begin = pcysta->cycles - slot_pair + 1; in _show_fbtc_cysta()
6267 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta()
6323 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v1() local
6381 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v1()
6383 if (cycle <= slot_pair) in _show_fbtc_cysta_v1()
6386 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v1()
6397 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v1()