Searched refs:gigctrl (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/bge/ |
| H A D | bge_mii.c | 450 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 D | nge_xmii.c | 314 uint16_t gigctrl; in nge_update_copper() local 340 control = anar = gigctrl = 0; in nge_update_copper() 438 gigctrl |= MII_1000BT_CTL_ADV_FDX; in nge_update_copper() 463 nge_mii_put16(ngep, MII_1000BASE_T_CONTROL, gigctrl); in nge_update_copper()
|
| /illumos-gate/usr/src/uts/common/io/rge/ |
| H A D | rge_chip.c | 360 uint16_t gigctrl; in rge_phy_update() local 376 control = gigctrl = anar = 0; in rge_phy_update() 485 gigctrl |= MII_1000BT_CTL_ADV_FDX; in rge_phy_update() 498 gigctrl |= MII_1000BT_CTL_ADV_HDX; in rge_phy_update() 533 rge_mii_put16(rgep, MII_1000BASE_T_CONTROL, gigctrl); in rge_phy_update() 538 RGE_DEBUG(("rge_phy_update: gigctrl <- 0x%x", gigctrl)); in rge_phy_update()
|