Searched refs:gigctrl (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_mii.c | 446 uint16_t gigctrl; in bge_phy_reset_and_check() local 473 gigctrl = bge_mii_get16(bgep, 0x9); in bge_phy_reset_and_check() 517 bge_mii_put16(bgep, 0x9, gigctrl); in bge_phy_reset_and_check() 920 uint16_t gigctrl; in bge_update_copper() local 939 control = gigctrl = auxctrl = anar = 0; in bge_update_copper() 979 gigctrl |= MII_MSCONTROL_MANUAL; in bge_update_copper() 980 gigctrl |= MII_MSCONTROL_MASTER; in bge_update_copper() 1054 gigctrl |= MII_MSCONTROL_1000T_FD; in bge_update_copper() 1056 gigctrl |= MII_MSCONTROL_1000T; in bge_update_copper() 1089 bge_mii_put16(bgep, MII_MSCONTROL, gigctrl); in bge_update_copper() [all …]
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_xmii.c | 317 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()
|
/titanic_41/usr/src/uts/common/io/rge/ |
H A D | rge_chip.c | 400 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()
|