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

/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c12374 #define FLAG_G 0x02 macro
12379 { BWN_B2062_N_COM4, 0x1, 0x0, FLAG_A | FLAG_G, },
12380 { BWN_B2062_N_PDNCTL1, 0x0, 0xca, FLAG_G, },
12381 { BWN_B2062_N_PDNCTL3, 0x0, 0x0, FLAG_A | FLAG_G, },
12382 { BWN_B2062_N_PDNCTL4, 0x15, 0x2a, FLAG_A | FLAG_G, },
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_G, },
12448 #define FLAG_G macro
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c47 #define FLAG_G 1 macro
763 global |= (c == 'g') ? FLAG_G : FLAG_A;
774 global |= FLAG_G;
905 if ((global & FLAG_G) || didsub == 0) {

Completed in 110 milliseconds