Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dar9002_phy.c460 if (IS_CHAN_A_FAST_CLOCK(ah, chan)) in ar9002_hw_compute_pll_control()
Dar9003_phy.c636 if (IS_CHAN_A_FAST_CLOCK(ah, chan)) in ar9003_hw_process_ini()
666 if (IS_CHAN_A_FAST_CLOCK(ah, chan)) in ar9003_hw_set_rfmode()
Dar5008_phy.c858 if (IS_CHAN_A_FAST_CLOCK(ah, chan)) { in ar5008_hw_process_ini()
899 if (IS_CHAN_A_FAST_CLOCK(ah, chan)) in ar5008_hw_set_rfmode()
Dhw.h369 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ macro