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

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_regdomain.h26 * BMLEN defines the size of the bitmask used to hold frequency
31 #define BMLEN 2 /* 2 x 64 bits in each channel bitmask */ macro
32 typedef uint64_t chanbmask_t[BMLEN];
118 * Bitmasks are BMLEN*64 bits so if a table grows beyond that the bit
H A Dah_regdomain.c146 #if BMLEN > 2
149 #if BMLEN > 1
541 for (b = 0; b < 64*BMLEN; b++) {

Completed in 90 milliseconds