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

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_mii.c198 dmfe_mii_command(dmfe_t *dmfep, uint32_t command_word, int nbits) argument
204 dmfe_poke_mii(dmfep, command_word, nbits);
245 uint32_t command_word; local
249 command_word = MII_WRITE_FRAME;
250 command_word |= phy_num << MII_PHY_ADDR_SHIFT;
251 command_word |= reg_num << MII_REG_ADDR_SHIFT;
252 command_word |= reg_dat;
253 dmfe_mii_command(dmfep, command_word, 2*mii_reg_size);
261 uint32_t command_word; local
265 command_word
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c3823 uint32_t command_word; local
3837 command_word = (uint32_t)phy_addr << MII_PHY_ADDR_ALIGN;
3838 command_word |= (uint32_t)reg_num << MII_REG_ADDR_ALIGN;
3839 command_word |= MII_READ_FRAME;
3841 write_mii(dnetp, command_word, bits_in_ushort-2);
3872 uint32_t command_word; local
3881 command_word = ((uint32_t)phy_addr << MII_PHY_ADDR_ALIGN);
3882 command_word |= ((uint32_t)reg_num << MII_REG_ADDR_ALIGN);
3883 command_word |= (MII_WRITE_FRAME | (uint32_t)reg_dat);
3885 write_mii(dnetp, command_word,
[all...]

Completed in 67 milliseconds