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

/freebsd-10-stable/sys/dev/bwn/
H A Dif_bwn.c12364 #define FLAG_A 0x01 macro
12370 { BWN_B2062_N_COM4, 0x1, 0x0, FLAG_A | FLAG_G, },
12372 { BWN_B2062_N_PDNCTL3, 0x0, 0x0, FLAG_A | FLAG_G, },
12373 { BWN_B2062_N_PDNCTL4, 0x15, 0x2a, FLAG_A | FLAG_G, },
12374 { BWN_B2062_N_LGENC, 0xDB, 0xff, FLAG_A, },
12375 { BWN_B2062_N_LGENATUNE0, 0xdd, 0x0, FLAG_A | FLAG_G, },
12376 { BWN_B2062_N_LGENATUNE2, 0xdd, 0x0, FLAG_A | FLAG_G, },
12377 { BWN_B2062_N_LGENATUNE3, 0x77, 0xB5, FLAG_A | FLAG_G, },
12378 { BWN_B2062_N_LGENACTL3, 0x0, 0xff, FLAG_A | FLAG_G, },
12379 { BWN_B2062_N_LGENACTL7, 0x33, 0x33, FLAG_A | FLAG_
12431 #undef FLAG_A macro
12438 #define FLAG_A macro
12500 #undef FLAG_A macro
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsh.lex.c48 #define FLAG_A 2 macro
770 global |= (c == 'g') ? FLAG_G : FLAG_A;
919 if (global & FLAG_A) {

Completed in 143 milliseconds