Home
last modified time | relevance | path

Searched refs:M88E1000_PSSR_SPEED (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h737 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro
H A Dphy.c1918 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) { in e1000e_get_phy_info_m88()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_defines.h925 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro
H A De1000_phy.c1949 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) { in igb_get_phy_info_m88()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1959 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) in e1000_config_mac_to_phy()
1961 else if ((phy_data & M88E1000_PSSR_SPEED) == in e1000_config_mac_to_phy()
3352 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) { in e1000_phy_m88_get_info()
H A De1000_hw.h2740 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h2380 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro
H A De1000.c3342 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) in e1000_config_mac_to_phy()
3344 else if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_100MBS) in e1000_config_mac_to_phy()