Home
last modified time | relevance | path

Searched refs:gigctrl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c450 uint16_t gigctrl; in bge_phy_reset_and_check() local
477 gigctrl = bge_mii_get16(bgep, 0x9); in bge_phy_reset_and_check()
521 bge_mii_put16(bgep, 0x9, gigctrl); in bge_phy_reset_and_check()
924 uint16_t gigctrl; in bge_update_copper() local
943 control = gigctrl = auxctrl = anar = 0; in bge_update_copper()
983 gigctrl |= MII_MSCONTROL_MANUAL; in bge_update_copper()
984 gigctrl |= MII_MSCONTROL_MASTER; in bge_update_copper()
1058 gigctrl |= MII_MSCONTROL_1000T_FD; in bge_update_copper()
1060 gigctrl |= MII_MSCONTROL_1000T; in bge_update_copper()
1093 bge_mii_put16(bgep, MII_MSCONTROL, gigctrl); in bge_update_copper()
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c317 uint16_t gigctrl; in nge_update_copper() local
343 control = anar = gigctrl = 0; in nge_update_copper()
441 gigctrl |= MII_1000BT_CTL_ADV_FDX; in nge_update_copper()
466 nge_mii_put16(ngep, MII_1000BASE_T_CONTROL, gigctrl); in nge_update_copper()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c400 uint16_t gigctrl; in rge_phy_update() local
416 control = gigctrl = anar = 0; in rge_phy_update()
525 gigctrl |= MII_1000BT_CTL_ADV_FDX; in rge_phy_update()
538 gigctrl |= MII_1000BT_CTL_ADV_HDX; in rge_phy_update()
573 rge_mii_put16(rgep, MII_1000BASE_T_CONTROL, gigctrl); in rge_phy_update()
578 RGE_DEBUG(("rge_phy_update: gigctrl <- 0x%x", gigctrl)); in rge_phy_update()