Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h52 u32 *sync_cause_p) in ath9k_hw_getisr() argument
54 return ath9k_hw_ops(ah)->get_isr(ah, masked, sync_cause_p); in ath9k_hw_getisr()
H A Dar9002_mac.c33 u32 *sync_cause_p) in ar9002_hw_get_isr() argument
174 if (sync_cause_p) in ar9002_hw_get_isr()
175 *sync_cause_p = sync_cause; in ar9002_hw_get_isr()
H A Dar9003_mac.c184 u32 *sync_cause_p) in ar9003_hw_get_isr() argument
319 if (sync_cause_p) in ar9003_hw_get_isr()
320 *sync_cause_p = sync_cause; in ar9003_hw_get_isr()
H A Dhw.h731 u32 *sync_cause_p);