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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c2439 uint8_t ant_div_control1, ant_div_control2; local
2486 ant_div_control2 = ((pModal->db1_234 >> 12) & 0xf);
2492 regVal |= ((ant_div_control2 & 0x3) << 25);
2493 regVal |= (((ant_div_control2 >> 2) & 0x3) << 27);

Completed in 85 milliseconds