Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.h315 u32 ar9003_mci_get_next_gpm_offset(struct ath_hw *ah, u32 *more);
H A Dar9003_mci.c610 offset = ar9003_mci_get_next_gpm_offset(ah, &more_data); in ar9003_mci_wait_for_gpm()
673 offset = ar9003_mci_get_next_gpm_offset(ah, &more_data); in ar9003_mci_wait_for_gpm()
1475 u32 ar9003_mci_get_next_gpm_offset(struct ath_hw *ah, u32 *more) in ar9003_mci_get_next_gpm_offset() function
1548 EXPORT_SYMBOL(ar9003_mci_get_next_gpm_offset);
H A Dmci.c564 offset = ar9003_mci_get_next_gpm_offset(ah, &more_data); in ath_mci_intr()