Home
last modified time | relevance | path

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); in dmfe_mii_command()
221 for (data = 0, i = 0; i < mii_reg_size; ++i) { in dmfe_mii_response()
253 dmfe_mii_command(dmfep, command_word, 2*mii_reg_size); in dmfe_mii_write()
270 dmfe_mii_command(dmfep, command_word, mii_reg_size-2); in dmfe_mii_read()