/linux/include/uapi/linux/ |
H A D | mii.h | 18 #define MII_PHYSID1 0x02 /* PHYS ID 1 */ macro
|
/linux/drivers/net/phy/ |
H A D | swphy.c | 153 case MII_PHYSID1: in swphy_read_reg()
|
H A D | phylink.c | 3284 case MII_PHYSID1: in phylink_phy_read() 3326 case MII_PHYSID1: in phylink_phy_write()
|
/linux/drivers/net/usb/ |
H A D | asix_devices.c | 78 phy_reg = asix_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID1); in asix_get_phyid() 420 MII_PHYSID1))){ in ax88772_hw_reset() 510 MII_PHYSID1))) { in ax88772a_hw_reset()
|
H A D | sr9800.c | 378 phy_reg = sr_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID1); in sr_get_phyid()
|
/linux/drivers/net/ |
H A D | sungem_phy.c | 423 id = (sungem_phy_read(phy, MII_PHYSID1) << 16 | sungem_phy_read(phy, MII_PHYSID2)); in bcm5421_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 | 1204 ret = xpcs_read(xpcs, MDIO_MMD_PCS, MII_PHYSID1); in xpcs_read_ids() 1221 ret = xpcs_read(xpcs, MDIO_MMD_VEND2, MII_PHYSID1); in xpcs_read_ids()
|
/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 602 if ((atl1c_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id1) != 0) || in atl1c_phy_init()
|
/linux/drivers/net/ethernet/via/ |
H A D | via-velocity.h | 1285 velocity_mii_read((p),MII_PHYSID1,((u16 *) &id)+1);\
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | 82571.c | 407 ret_val = e1e_rphy(hw, MII_PHYSID1, &phy_id); in e1000_get_phy_id_82571()
|
H A D | phy.c | 71 ret_val = e1e_rphy(hw, MII_PHYSID1, &phy_id); in e1000e_get_phy_id()
|
H A D | ich8lan.c | 185 ret_val = e1e_rphy_locked(hw, MII_PHYSID1, &phy_reg); in e1000_phy_is_accessible_pchlan()
|
/linux/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 1052 if (alx_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id[0]) || in alx_get_phy_info()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz9477.c | 360 case MII_PHYSID1: in ksz9477_r_phy()
|
H A D | ksz8.c | 974 case MII_PHYSID1: in ksz8_r_phy()
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 615 hp->sw_physid1 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID1); in happy_meal_begin_auto_negotiation() 1051 hp->sw_physid1 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID1); in happy_meal_tcvr_reset()
|
H A D | niu.c | 8792 NIU_PMA_PMD_DEV_ADDR, MII_PHYSID1); in fill_phy_probe_info() 8800 NIU_PCS_DEV_ADDR, MII_PHYSID1); in fill_phy_probe_info() 8807 dev_id_1 = mii_read(np, port, MII_PHYSID1); in fill_phy_probe_info()
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 1182 np->mii = (mdio_read(dev, MII_PHYSID1) << 16) in init_phy_fixup() 1362 np->mii = (mdio_read(dev, MII_PHYSID1) << 16) in find_mii()
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 442 np->mii = (mdio_read(dev, phy, MII_PHYSID1) << 16)+ in w840_probe1()
|
/linux/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 1710 if (amd8111e_read_phy(lp, i, MII_PHYSID1, &id1)) in amd8111e_probe_ext_phy()
|
/linux/drivers/net/ethernet/sis/ |
H A D | sis190.c | 1336 phy->id[0] = mdio_read(ioaddr, phy_id, MII_PHYSID1); in sis190_init_phy()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.c | 882 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect()
|
/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 1465 id_lo = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID1); in e100_phy_init()
|
/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 2815 et131x_mii_read(adapter, MII_PHYSID1, &tmp); in et131x_get_regs()
|