Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c6199 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta() local
6267 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta()
6272 pcysta->tslot_cycle[store_index], in _show_fbtc_cysta()
6273 pcysta->tslot_cycle[store_index + 1]); in _show_fbtc_cysta()
6277 pcysta->tslot_cycle[store_index], in _show_fbtc_cysta()
6278 pcysta->tslot_cycle[store_index + 1]); in _show_fbtc_cysta()
6324 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v1() local
6397 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v1()
6403 le16_to_cpu(pcysta->slot_step_time[store_index])); in _show_fbtc_cysta_v1()
6405 a2dp_trx = &pcysta->a2dp_trx[store_index]; in _show_fbtc_cysta_v1()
[all …]