Home
last modified time | relevance | path

Searched defs:FREQ2FBIN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v14.h81 #define FREQ2FBIN(x,y) ((y) ? ((x) - 2300) : (((x) - 4800) / 5)) macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300eep.h141 #define FREQ2FBIN(x,y) \ macro