Searched refs:RTC_PLL_SETTLE_DELAY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ | ||
H A D | hw.h | 165 #define RTC_PLL_SETTLE_DELAY (AR_SREV_9340(ah) ? 1000 : 100) macro |
H A D | hw.c | 926 udelay(RTC_PLL_SETTLE_DELAY); in ath9k_hw_init_pll() |