Searched refs:bwn_bitrev_table (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bwn/ | ||
H A D | if_bwnvar.h | 143 #define BWN_BITREV8(byte) (bwn_bitrev_table[byte]) |
H A D | if_bwn_phy_g.c | 137 const uint8_t bwn_bitrev_table[256] = BWN_BITREV_TABLE; variable |