HomeSort by: relevance | last modified time | path
    Searched refs:AR_RTC_PLL_DIV (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416reg.h 316 #define AR_RTC_PLL_DIV 0x0000001f
ar5416_reset.c 1236 pll |= SM(0xa, AR_RTC_PLL_DIV);
1238 pll |= SM(0xb, AR_RTC_PLL_DIV);
  /src/sys/dev/ic/
athn.c 819 pll |= SM(AR_RTC_PLL_DIV, 0x0a);
821 pll |= SM(AR_RTC_PLL_DIV, 0x0b);

Completed in 16 milliseconds