Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/
Djme.c1819 ((jme->chip_sub_rev == 0) || (jme->chip_sub_rev == 1) || in jme_phy_setEA()
1820 (jme->chip_sub_rev == 3))) || in jme_phy_setEA()
1826 ((jme->chip_sub_rev == 1) || (jme->chip_sub_rev == 2))) in jme_phy_setEA()
1831 ((jme->chip_sub_rev == 0) || (jme->chip_sub_rev == 1) || in jme_phy_setEA()
1832 (jme->chip_sub_rev == 3))) || in jme_phy_setEA()
1838 ((jme->chip_sub_rev == 1) || (jme->chip_sub_rev == 2))) in jme_phy_setEA()
1840 if ((jme->chip_main_rev == 2) && (jme->chip_sub_rev == 0)) in jme_phy_setEA()
1842 if ((jme->chip_main_rev == 2) && (jme->chip_sub_rev == 2)) in jme_phy_setEA()
2976 jme->chip_sub_rev = (jme->chiprev >> 4) & 0xF; in jme_check_hw_ver()
Djme.h447 u8 chip_sub_rev; member