/linux/include/uapi/linux/ |
H A D | mii.h | 19 #define MII_PHYSID2 0x03 /* PHYS ID 2 */ macro
|
/linux/drivers/net/phy/ |
H A D | swphy.c | 154 case MII_PHYSID2: in swphy_read_reg()
|
H A D | phylink.c | 3285 case MII_PHYSID2: in phylink_phy_read() 3327 case MII_PHYSID2: in phylink_phy_write()
|
/linux/drivers/net/ |
H A D | sungem_phy.c | 230 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 D | phy.c | 528 id = (phy_read(phy, MII_PHYSID1) << 16) | phy_read(phy, MII_PHYSID2); in emac_mii_phy_probe()
|
/linux/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 1210 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 D | sr9800.c | 389 phy_reg = sr_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID2); in sr_get_phyid()
|
H A D | asix_devices.c | 91 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 D | atl1c_hw.c | 603 (atl1c_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id2) != 0)) { in atl1c_phy_init()
|
/linux/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 1284 velocity_mii_read((p),MII_PHYSID2,(u16 *) &id);\
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | 82571.c | 413 ret_val = e1e_rphy(hw, MII_PHYSID2, &phy_id); in e1000_get_phy_id_82571()
|
H A D | phy.c | 77 ret_val = e1e_rphy(hw, MII_PHYSID2, &phy_id); in e1000e_get_phy_id()
|
H A D | ich8lan.c | 190 ret_val = e1e_rphy_locked(hw, MII_PHYSID2, &phy_reg); in e1000_phy_is_accessible_pchlan()
|
/linux/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 1053 alx_read_phy_reg(hw, MII_PHYSID2, &hw->phy_id[1])) in alx_get_phy_info()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz9477.c | 363 case MII_PHYSID2: in ksz9477_r_phy()
|
H A D | ksz8.c | 977 case MII_PHYSID2: in ksz8_r_phy()
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 616 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 D | niu.c | 8794 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 D | natsemi.c | 1183 + 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 D | winbond-840.c | 443 mdio_read(dev, phy, MII_PHYSID2); in w840_probe1()
|
/linux/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 1712 if (amd8111e_read_phy(lp, i, MII_PHYSID2, &id2)) in amd8111e_probe_ext_phy()
|
/linux/drivers/net/ethernet/sis/ |
H A D | sis190.c | 1337 phy->id[1] = mdio_read(ioaddr, phy_id, MII_PHYSID2); in sis190_init_phy()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.c | 883 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2); in smc_phy_detect()
|
/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 1466 id_hi = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID2); in e100_phy_init()
|
/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 2817 et131x_mii_read(adapter, MII_PHYSID2, &tmp); in et131x_get_regs()
|