Home
last modified time | relevance | path

Searched refs:VR_MIICMD_MD_READ (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/vr/
H A Dvr_impl.h358 #define VR_MIICMD_MD_READ (1 << 6) macro
H A Dvr.c3016 VR_SETBIT8(vrp->acc_reg, VR_MIICMD, VR_MIICMD_MD_READ); in vr_phy_read()
3029 } while ((VR_GET8(vrp->acc_reg, VR_MIICMD) & VR_MIICMD_MD_READ) != 0); in vr_phy_read()