Home
last modified time | relevance | path

Searched defs:CLOCK_RATE (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c797 #define CLOCK_RATE 44000 /* XXX use mac_usec or similar */ macro
/freebsd-src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c854 #define CLOCK_RATE 44000 /* XXX use mac_usec or similar */ macro
/freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c1095 #define CLOCK_RATE(_ah) (ath_hal_mac_clks(ah, 1000)) macro
/freebsd-src/sys/dev/ath/ath_hal/
H A Dah.c590 static const uint8_t CLOCK_RATE[] = { 40, 80, 22, 44, 88 }; variable