Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c8970 u8 i, cnt = 0, slot_pair; in _show_fbtc_cysta_v2() local
9029 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v2()
9031 if (le16_to_cpu(pcysta_le32->cycles) <= slot_pair) in _show_fbtc_cysta_v2()
9034 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1; in _show_fbtc_cysta_v2()
9040 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v2()
9098 u8 i, cnt = 0, slot_pair, divide_cnt; in _show_fbtc_cysta_v3() local
9156 slot_pair = BTC_CYCLE_SLOT_MAX / 2; in _show_fbtc_cysta_v3()
9158 if (cycle <= slot_pair) in _show_fbtc_cysta_v3()
9161 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v3()
9172 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v3()
[all …]