Searched refs:chip_main_rev (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/
H A Djme.h431 u8 chip_main_rev; member in struct:jme_adapter
1250 static inline int new_phy_power_ctrl(u8 chip_main_rev) argument
1252 return chip_main_rev >= 5;
H A Djme.c1697 if (new_phy_power_ctrl(jme->chip_main_rev))
1710 if (new_phy_power_ctrl(jme->chip_main_rev))
1782 if (((jme->chip_main_rev == 5) &&
1785 (jme->chip_main_rev >= 6)) {
1789 if ((jme->chip_main_rev == 3) &&
1794 if (((jme->chip_main_rev == 5) &&
1797 (jme->chip_main_rev >= 6)) {
1801 if ((jme->chip_main_rev == 3) &&
1804 if ((jme->chip_main_rev == 2) && (jme->chip_sub_rev == 0))
1806 if ((jme->chip_main_rev
[all...]

Completed in 135 milliseconds