Home
last modified time | relevance | path

Searched refs:MII_DATA_IN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe.h299 #define MII_DATA_IN 0x00080000UL macro
H A Ddmfe_mii.c218 ack = (tmp & MII_DATA_IN) == 0; in dmfe_mii_response()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h221 #define MII_DATA_IN ((uint32_t)(0x00080000)) macro
H A Ddnet.c3850 turned_around = (tmp & MII_DATA_IN) ? 0 : 1; in dnet_mii_read()