Searched refs:GG82563_REG (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/igc/ |
H A D | igc_defines.h | 1174 #define GG82563_REG(page, reg) \ macro 1179 #define GG82563_PHY_SPEC_CTRL GG82563_REG(0, 16) /* PHY Spec Cntrl */ 1180 #define GG82563_PHY_PAGE_SELECT GG82563_REG(0, 22) /* Page Select */ 1181 #define GG82563_PHY_SPEC_CTRL_2 GG82563_REG(0, 26) /* PHY Spec Cntrl2 */ 1182 #define GG82563_PHY_PAGE_SELECT_ALT GG82563_REG(0, 29) /* Alt Page Select */ 1185 #define GG82563_PHY_MAC_SPEC_CTRL GG82563_REG(2, 21) 1187 #define GG82563_PHY_DSP_DISTANCE GG82563_REG(5, 26) /* DSP Distance */ 1191 #define GG82563_PHY_KMRN_MODE_CTRL GG82563_REG(193, 16) 1192 #define GG82563_PHY_PWR_MGMT_CTRL GG82563_REG(193, 20) /* Pwr Mgt Ctrl */ 1195 #define GG82563_PHY_INBAND_CTRL GG82563_REG(194, 18) /* Inband Ctrl */
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_defines.h | 1386 #define GG82563_REG(page, reg) \ macro 1391 #define GG82563_PHY_SPEC_CTRL GG82563_REG(0, 16) /* PHY Spec Cntrl */ 1392 #define GG82563_PHY_PAGE_SELECT GG82563_REG(0, 22) /* Page Select */ 1393 #define GG82563_PHY_SPEC_CTRL_2 GG82563_REG(0, 26) /* PHY Spec Cntrl2 */ 1394 #define GG82563_PHY_PAGE_SELECT_ALT GG82563_REG(0, 29) /* Alt Page Select */ 1397 #define GG82563_PHY_MAC_SPEC_CTRL GG82563_REG(2, 21) 1399 #define GG82563_PHY_DSP_DISTANCE GG82563_REG(5, 26) /* DSP Distance */ 1403 #define GG82563_PHY_KMRN_MODE_CTRL GG82563_REG(193, 16) 1404 #define GG82563_PHY_PWR_MGMT_CTRL GG82563_REG(193, 20) /* Pwr Mgt Ctrl */ 1407 #define GG82563_PHY_INBAND_CTRL GG82563_REG(194, 18) /* Inband Ctrl */
|
H A D | e1000_80003es2lan.c | 1133 ret_val = e1000_write_kmrn_reg_80003es2lan(hw, GG82563_REG(0x34, 4), in e1000_setup_copper_link_80003es2lan() 1137 ret_val = e1000_read_kmrn_reg_80003es2lan(hw, GG82563_REG(0x34, 9), in e1000_setup_copper_link_80003es2lan() 1142 ret_val = e1000_write_kmrn_reg_80003es2lan(hw, GG82563_REG(0x34, 9), in e1000_setup_copper_link_80003es2lan()
|