Home
last modified time | relevance | path

Searched refs:chip_sub_rev (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/
Djme.c1791 ((jme->chip_sub_rev == 0) || (jme->chip_sub_rev == 1) || in jme_phy_setEA()
1792 (jme->chip_sub_rev == 3))) || in jme_phy_setEA()
1798 ((jme->chip_sub_rev == 1) || (jme->chip_sub_rev == 2))) in jme_phy_setEA()
1803 ((jme->chip_sub_rev == 0) || (jme->chip_sub_rev == 1) || in jme_phy_setEA()
1804 (jme->chip_sub_rev == 3))) || in jme_phy_setEA()
1810 ((jme->chip_sub_rev == 1) || (jme->chip_sub_rev == 2))) in jme_phy_setEA()
1812 if ((jme->chip_main_rev == 2) && (jme->chip_sub_rev == 0)) in jme_phy_setEA()
1814 if ((jme->chip_main_rev == 2) && (jme->chip_sub_rev == 2)) in jme_phy_setEA()
2906 jme->chip_sub_rev = (jme->chiprev >> 4) & 0xF; in jme_check_hw_ver()
Djme.h434 u8 chip_sub_rev; member