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

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_mii.c36 static const int mii_reg_size = 16; /* bits */ variable
203 dmfe_poke_mii(dmfep, MII_PREAMBLE, 2*mii_reg_size);
221 for (data = 0, i = 0; i < mii_reg_size; ++i) {
253 dmfe_mii_command(dmfep, command_word, 2*mii_reg_size);
270 dmfe_mii_command(dmfep, command_word, mii_reg_size-2);

Completed in 56 milliseconds