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

/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c12373 #define FLAG_A 0x01 macro
12379 { BWN_B2062_N_COM4, 0x1, 0x0, FLAG_A | FLAG_G, },
12381 { BWN_B2062_N_PDNCTL3, 0x0, 0x0, FLAG_A | FLAG_G, },
12382 { BWN_B2062_N_PDNCTL4, 0x15, 0x2a, FLAG_A | FLAG_G, },
12383 { BWN_B2062_N_LGENC, 0xDB, 0xff, FLAG_A, },
12384 { BWN_B2062_N_LGENATUNE0, 0xdd, 0x0, FLAG_A | FLAG_G, },
12385 { BWN_B2062_N_LGENATUNE2, 0xdd, 0x0, FLAG_A | FLAG_G, },
12386 { BWN_B2062_N_LGENATUNE3, 0x77, 0xB5, FLAG_A | FLAG_G, },
12387 { BWN_B2062_N_LGENACTL3, 0x0, 0xff, FLAG_A | FLAG_G, },
12388 { BWN_B2062_N_LGENACTL7, 0x33, 0x33, FLAG_A | FLAG_
12440 #undef FLAG_A macro
12447 #define FLAG_A macro
12509 #undef FLAG_A macro
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c48 #define FLAG_A 2 macro
763 global |= (c == 'g') ? FLAG_G : FLAG_A;
912 if (global & FLAG_A) {

Completed in 177 milliseconds