Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_btcoex.h198 MCI_GPM_BT_CAL_DONE = 2, enumerator
/freebsd/sys/dev/ath/
H A Dif_ath_btcoex_mci.c280 case MCI_GPM_BT_CAL_DONE: in ath_btcoex_mci_cal_msg()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c628 HAL_BOOL b_is_bt_cal_done = (gpm_type == MCI_GPM_BT_CAL_DONE); in ar9300_mci_wait_for_gpm()
665 if ((gpm_type == MCI_GPM_BT_CAL_DONE) && !b_is_bt_cal_done) in ar9300_mci_wait_for_gpm()
705 gpm_type = MCI_GPM_BT_CAL_DONE; in ar9300_mci_wait_for_gpm()
H A Dar9300_reset.c4639 if (ar9300_mci_wait_for_gpm(ah, MCI_GPM_BT_CAL_DONE, 0, 25000)) { in ar9300_reset()