Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd_inc.h292 MCI_GPM_BT_CAL_DONE = 2, enumerator
HDar9300_mci.c614 HAL_BOOL b_is_bt_cal_done = (gpm_type == MCI_GPM_BT_CAL_DONE); in ar9300_mci_wait_for_gpm()
651 if ((gpm_type == MCI_GPM_BT_CAL_DONE) && !b_is_bt_cal_done) in ar9300_mci_wait_for_gpm()
691 gpm_type = MCI_GPM_BT_CAL_DONE; in ar9300_mci_wait_for_gpm()
HDar9300_reset.c4579 if (ar9300_mci_wait_for_gpm(ah, MCI_GPM_BT_CAL_DONE, 0, 25000)) { in ar9300_reset()