Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dgpio.c177 if (btcoex->bt_wait_time > ATH_BTCOEX_RX_WAIT_TIME) { in ath_mci_ftp_adjust()
184 btcoex->bt_wait_time = 0; in ath_mci_ftp_adjust()
205 btcoex->bt_wait_time += btcoex->btcoex_period; in ath_btcoex_period_timer()
473 ATH_DUMP_BTCOEX("BT Wait time", btcoex->bt_wait_time); in ath9k_dump_mci_btcoex()
506 ATH_DUMP_BTCOEX("BT Wait time", btcoex->bt_wait_time); in ath9k_dump_legacy_btcoex()
H A Dath9k.h785 u32 bt_wait_time; member