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

/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_regdomain.h24 * BMLEN defines the size of the bitmask used to hold frequency
29 #define BMLEN 2 /* 2 x 64 bits in each channel bitmask */ macro
30 typedef uint64_t chanbmask_t[BMLEN];
116 * Bitmasks are BMLEN*64 bits so if a table grows beyond that the bit
H A Dah_regdomain.c144 #if BMLEN > 2
147 #if BMLEN > 1
527 for (b = 0; b < 64*BMLEN; b++) {

Completed in 162 milliseconds