Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dcoex.c9817 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v2() local
9880 c_begin = 1; in _show_fbtc_cysta_v2()
9882 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1; in _show_fbtc_cysta_v2()
9886 for (cycle = c_begin; cycle <= c_end; cycle++) { in _show_fbtc_cysta_v2()
9951 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v3() local
10015 c_begin = 1; in _show_fbtc_cysta_v3()
10017 c_begin = cycle - slot_pair + 1; in _show_fbtc_cysta_v3()
10026 for (cycle = c_begin; cycle <= c_end; cycle++) { in _show_fbtc_cysta_v3()
10090 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v4() local
10154 c_begin = 1; in _show_fbtc_cysta_v4()
[all …]