Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw89/
HDcoex.c1329 u16 wl_slot_set = 0, wl_slot_real = 0, val16; in _chk_btc_report() local
1855 wl_slot_real = le16_to_cpu(pcysta->v3.cycle_time.tavg[CXT_WL]); in _chk_btc_report()
1856 if (wl_slot_real > wl_slot_set) { in _chk_btc_report()
1857 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
1899 wl_slot_real = le16_to_cpu(pcysta->v4.cycle_time.tavg[CXT_WL]); in _chk_btc_report()
1900 if (wl_slot_real > wl_slot_set) { in _chk_btc_report()
1901 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
1944 wl_slot_real = le16_to_cpu(pcysta->v5.cycle_time.tavg[CXT_WL]); in _chk_btc_report()
1946 if (wl_slot_real > wl_slot_set) in _chk_btc_report()
1947 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
[all …]