Searched refs:gpm_ptr (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_mci.c | 1418 u_int32_t value = 0, more_gpm = 0, gpm_ptr; in ar9300_mci_state() local 1455 gpm_ptr = MS(OS_REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); in ar9300_mci_state() 1456 value = gpm_ptr; in ar9300_mci_state() 1478 __func__, gpm_ptr, value); in ar9300_mci_state() 1481 if (gpm_ptr == ahp->ah_mci_gpm_idx) { in ar9300_mci_state() 1487 __func__, gpm_ptr, value); in ar9300_mci_state() 1508 __func__, gpm_ptr, temp_index, in ar9300_mci_state()
|