Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1003 u16 wl_slot_set = 0, wl_slot_real = 0; in _chk_btc_report() local
1393 wl_slot_real = le16_to_cpu(pcysta->v3.cycle_time.tavg[CXT_WL]); in _chk_btc_report()
1394 if (wl_slot_real > wl_slot_set) { in _chk_btc_report()
1395 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
1434 wl_slot_real = le16_to_cpu(pcysta->v4.cycle_time.tavg[CXT_WL]); in _chk_btc_report()
1435 if (wl_slot_real > wl_slot_set) { in _chk_btc_report()
1436 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
1476 wl_slot_real = le16_to_cpu(pcysta->v5.cycle_time.tavg[CXT_WL]); in _chk_btc_report()
1478 if (wl_slot_real > wl_slot_set) in _chk_btc_report()
1479 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
[all …]