Lines Matching refs:gigctrl
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()
1098 BGE_DEBUG(("bge_update_copper: gigctrl <- 0x%x", gigctrl)); in bge_update_copper()