Searched refs:phy_id1 (Results 1 – 2 of 2) sorted by relevance
303 word phy_id1; in smc_detect_phy() local312 phy_id1 = smc_read_phy_register(ioaddr, phyaddr, PHY_ID1_REG); in smc_detect_phy()317 (phy_id1 > 0x0000) && (phy_id1 < 0xffff)) in smc_detect_phy()319 if ((phy_id1 != 0x8000) && (phy_id2 != 0x8000)) in smc_detect_phy()336 if ( (phy_id1 == 0x0016) && ((phy_id2 & 0xFFF0) == 0xF840 ) ) in smc_detect_phy()341 if ( (phy_id1 == 0x0282) && ((phy_id2 & 0xFFF0) == 0x1C50) ) in smc_detect_phy()
102 u16 phy_id1; member393 u16 phy_id0, phy_id1; in sis900_probe() local401 phy_id1 = sis900_mdio_read(phy_addr, MII_PHY_ID1); in sis900_probe()404 for (i = 0; mii_chip_table[i].phy_id1; i++) { in sis900_probe()407 ((phy_id1 & 0xFFF0) == mii_chip_table[i].phy_id1)){ in sis900_probe()874 u16 phy_id0, phy_id1; in sis900_read_mode() local891 phy_id1 = sis900_mdio_read(phy_addr, MII_PHY_ID1); in sis900_read_mode()892 if((phy_id0 == 0x0000) && ((phy_id1 & 0xFFF0) == 0x8200)){ in sis900_read_mode()