Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Dcoex.c6954 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v2() local
7023 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v2()
7028 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]), in _show_fbtc_cysta_v2()
7029 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1])); in _show_fbtc_cysta_v2()
7033 le16_to_cpu(pcysta_le32->tslot_cycle[store_index]), in _show_fbtc_cysta_v2()
7034 le16_to_cpu(pcysta_le32->tslot_cycle[store_index + 1])); in _show_fbtc_cysta_v2()
7082 u16 cycle, c_begin, c_end, store_index; in _show_fbtc_cysta_v3() local
7155 store_index = ((cycle - 1) % slot_pair) * 2; in _show_fbtc_cysta_v3()
7161 le16_to_cpu(pcysta->slot_step_time[store_index])); in _show_fbtc_cysta_v3()
7163 a2dp_trx = &pcysta->a2dp_trx[store_index]; in _show_fbtc_cysta_v3()
[all …]