Home
last modified time | relevance | path

Searched refs:MII_PHYSID2 (Results 1 – 25 of 33) sorted by relevance

12

/linux/include/uapi/linux/
H A Dmii.h19 #define MII_PHYSID2 0x03 /* PHYS ID 2 */ macro
/linux/drivers/net/phy/
H A Dswphy.c154 case MII_PHYSID2: in swphy_read_reg()
H A Dphylink.c3285 case MII_PHYSID2: in phylink_phy_read()
3327 case MII_PHYSID2: in phylink_phy_write()
/linux/drivers/net/
H A Dsungem_phy.c230 rev = sungem_phy_read(phy, MII_PHYSID2) & 0x000f; in bcm5401_init()
423 id = (sungem_phy_read(phy, MII_PHYSID1) << 16 | sungem_phy_read(phy, MII_PHYSID2)); in bcm5421_init()
576 rev = sungem_phy_read(phy, MII_PHYSID2) & 0x000f; in marvell88e1111_init()
1178 id = (sungem_phy_read(phy, MII_PHYSID1) << 16 | sungem_phy_read(phy, MII_PHYSID2)); in sungem_phy_probe()
/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c528 id = (phy_read(phy, MII_PHYSID1) << 16) | phy_read(phy, MII_PHYSID2); in emac_mii_phy_probe()
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c1210 ret = xpcs_read(xpcs, MDIO_MMD_PCS, MII_PHYSID2); in xpcs_read_ids()
1227 ret = xpcs_read(xpcs, MDIO_MMD_VEND2, MII_PHYSID2); in xpcs_read_ids()
/linux/drivers/net/usb/
H A Dsr9800.c389 phy_reg = sr_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID2); in sr_get_phyid()
H A Dasix_devices.c91 phy_reg = asix_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID2); in asix_get_phyid()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c603 (atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id2) != 0)) { in atl1c_phy_init()
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h1284 velocity_mii_read((p),MII_PHYSID2,(u16 *) &id);\
/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c413 ret_val = e1e_rphy(hw, MII_PHYSID2, &phy_id); in e1000_get_phy_id_82571()
H A Dphy.c77 ret_val = e1e_rphy(hw, MII_PHYSID2, &phy_id); in e1000e_get_phy_id()
H A Dich8lan.c190 ret_val = e1e_rphy_locked(hw, MII_PHYSID2, &phy_reg); in e1000_phy_is_accessible_pchlan()
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c1053 alx_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id[1])) in alx_get_phy_info()
/linux/drivers/net/dsa/microchip/
H A Dksz9477.c363 case MII_PHYSID2: in ksz9477_r_phy()
H A Dksz8.c977 case MII_PHYSID2: in ksz8_r_phy()
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c616 hp->sw_physid2 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID2); in happy_meal_begin_auto_negotiation()
1052 hp->sw_physid2 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID2); in happy_meal_tcvr_reset()
H A Dniu.c8794 NIU_PMA_PMD_DEV_ADDR, MII_PHYSID2); in fill_phy_probe_info()
8802 NIU_PCS_DEV_ADDR, MII_PHYSID2); in fill_phy_probe_info()
8808 dev_id_2 = mii_read(np, port, MII_PHYSID2); in fill_phy_probe_info()
/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c1183 + mdio_read(dev, MII_PHYSID2); in init_phy_fixup()
1363 + mdio_read(dev, MII_PHYSID2); in find_mii()
/linux/drivers/net/ethernet/dec/tulip/
H A Dwinbond-840.c443 mdio_read(dev, phy, MII_PHYSID2); in w840_probe1()
/linux/drivers/net/ethernet/amd/
H A Damd8111e.c1712 if (amd8111e_read_phy(lp, i, MII_PHYSID2, &id2)) in amd8111e_probe_ext_phy()
/linux/drivers/net/ethernet/sis/
H A Dsis190.c1337 phy->id[1] = mdio_read(ioaddr, phy_id, MII_PHYSID2); in sis190_init_phy()
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c883 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2); in smc_phy_detect()
/linux/drivers/net/ethernet/intel/
H A De100.c1466 id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2); in e100_phy_init()
/linux/drivers/net/ethernet/agere/
H A Det131x.c2817 et131x_mii_read(adapter, MII_PHYSID2, &tmp); in et131x_get_regs()

12