Searched defs:ant_div_control1 (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
2485 ant_div_control1 = ((pModal->ob_234 >> 12) & 0xf);
2489 regVal |= ((ant_div_control1 & 0x1) << 24);
2490 regVal |= (((ant_div_control1 >> 1) & 0x1) << 29);
2491 regVal |= (((ant_div_control1 >> 2) & 0x1) << 30);
2498 regVal |= (((ant_div_control1 >> 3) & 0x1) << 13);

Completed in 62 milliseconds