Home
last modified time | relevance | path

Searched refs:BMLEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_regdomain.h29 #define BMLEN 2 /* 2 x 64 bits in each channel bitmask */ macro
30 typedef uint64_t chanbmask_t[BMLEN];
H A Dah_regdomain.c144 #if BMLEN > 2 in isChanBitMaskZero()
147 #if BMLEN > 1 in isChanBitMaskZero()
539 for (b = 0; b < 64*BMLEN; b++) { in add_chanlist_mode()