Searched defs:spd_bit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c68 uint16_t spd_bit; /* bit to be set */ local
77 spd_bit = IGP01E1000_GMII_SPD;
85 spd_bit = IGP02E1000_PM_SPD;
94 reg |= spd_bit; /* enable: set the spd bit */
96 reg &= ~spd_bit; /* disable: clear the spd bit */

Completed in 51 milliseconds