Home
last modified time | relevance | path

Searched refs:GG82563_REG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h1155 #define GG82563_REG(page, reg) \ macro
1160 #define GG82563_PHY_SPEC_CTRL GG82563_REG(0, 16) /* PHY Spec Cntrl */
1161 #define GG82563_PHY_PAGE_SELECT GG82563_REG(0, 22) /* Page Select */
1162 #define GG82563_PHY_SPEC_CTRL_2 GG82563_REG(0, 26) /* PHY Spec Cntrl2 */
1163 #define GG82563_PHY_PAGE_SELECT_ALT GG82563_REG(0, 29) /* Alt Page Select */
1166 #define GG82563_PHY_MAC_SPEC_CTRL GG82563_REG(2, 21)
1168 #define GG82563_PHY_DSP_DISTANCE GG82563_REG(5, 26) /* DSP Distance */
1172 #define GG82563_PHY_KMRN_MODE_CTRL GG82563_REG(193, 16)
1173 #define GG82563_PHY_PWR_MGMT_CTRL GG82563_REG(193, 20) /* Pwr Mgt Ctrl */
1176 #define GG82563_PHY_INBAND_CTRL GG82563_REG(194, 18) /* Inband Ctrl */
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1343 #define GG82563_REG(page, reg) \ macro
1348 #define GG82563_PHY_SPEC_CTRL GG82563_REG(0, 16) /* PHY Spec Cntrl */
1349 #define GG82563_PHY_PAGE_SELECT GG82563_REG(0, 22) /* Page Select */
1350 #define GG82563_PHY_SPEC_CTRL_2 GG82563_REG(0, 26) /* PHY Spec Cntrl2 */
1351 #define GG82563_PHY_PAGE_SELECT_ALT GG82563_REG(0, 29) /* Alt Page Select */
1354 #define GG82563_PHY_MAC_SPEC_CTRL GG82563_REG(2, 21)
1356 #define GG82563_PHY_DSP_DISTANCE GG82563_REG(5, 26) /* DSP Distance */
1360 #define GG82563_PHY_KMRN_MODE_CTRL GG82563_REG(193, 16)
1361 #define GG82563_PHY_PWR_MGMT_CTRL GG82563_REG(193, 20) /* Pwr Mgt Ctrl */
1364 #define GG82563_PHY_INBAND_CTRL GG82563_REG(194, 18) /* Inband Ctrl */
H A De1000_80003es2lan.c1206 ret_val = e1000_write_kmrn_reg_80003es2lan(hw, GG82563_REG(0x34, 4), in e1000_setup_copper_link_80003es2lan()
1210 ret_val = e1000_read_kmrn_reg_80003es2lan(hw, GG82563_REG(0x34, 9), in e1000_setup_copper_link_80003es2lan()
1215 ret_val = e1000_write_kmrn_reg_80003es2lan(hw, GG82563_REG(0x34, 9), in e1000_setup_copper_link_80003es2lan()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5942 (void) e1000_read_phy_reg(hw, GG82563_REG(6, 16), &phydata); in e1000g_set_external_loopback_1000()
5943 (void) e1000_write_phy_reg(hw, GG82563_REG(6, 16), in e1000g_set_external_loopback_1000()