Home
last modified time | relevance | path

Searched refs:MII_PHYSID1 (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v4.19/include/uapi/linux/
Dmii.h18 #define MII_PHYSID1 0x02 /* PHYS ID 1 */ macro
Dmdio.h33 #define MDIO_DEVID1 MII_PHYSID1
/Linux-v4.19/drivers/net/phy/
Dswphy.c159 case MII_PHYSID1: in swphy_read_reg()
Dphy_device.c549 reg_addr = MII_ADDR_C45 | i << 16 | MII_PHYSID1; in get_phy_c45_ids()
590 phy_reg = mdiobus_read(bus, addr, MII_PHYSID1); in get_phy_id()
Dphylink.c1377 case MII_PHYSID1: in phylink_phy_read()
1417 case MII_PHYSID1: in phylink_phy_write()
/Linux-v4.19/drivers/net/usb/
Dasix_devices.c90 phy_reg = asix_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID1); in asix_get_phyid()
407 MII_PHYSID1))){ in ax88772_hw_reset()
499 MII_PHYSID1))) { in ax88772a_hw_reset()
Dsr9800.c379 phy_reg = sr_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID1); in sr_get_phyid()
/Linux-v4.19/drivers/net/
Dsungem_phy.c426 id = (sungem_phy_read(phy, MII_PHYSID1) << 16 | sungem_phy_read(phy, MII_PHYSID2)); in bcm5421_init()
1177 id = (sungem_phy_read(phy, MII_PHYSID1) << 16 | sungem_phy_read(phy, MII_PHYSID2)); in sungem_phy_probe()
Dmdio.c569 case MII_PHYSID1: in mdio_mii_ioctl()
/Linux-v4.19/drivers/net/ethernet/ibm/emac/
Dphy.c527 id = (phy_read(phy, MII_PHYSID1) << 16) | phy_read(phy, MII_PHYSID2); in emac_mii_phy_probe()
/Linux-v4.19/drivers/net/ethernet/sgi/
Dioc3-eth.c794 word = ioc3_mdio_read(ip->dev, i, MII_PHYSID1); in ioc3_mii_init()
1325 sw_physid1 = ioc3_mdio_read(dev, ip->mii.phy_id, MII_PHYSID1); in ioc3_probe()
/Linux-v4.19/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c610 if ((atl1c_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id1) != 0) || in atl1c_phy_init()
/Linux-v4.19/drivers/net/ethernet/via/
Dvia-velocity.h1295 velocity_mii_read((p),MII_PHYSID1,((u16 *) &id)+1);\
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc911x.h863 #define SMC_GET_PHY_ID1(lp,phy,x) SMC_GET_MII( (lp), MII_PHYSID1, phy, x )
Dsmc91x.c892 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect()
/Linux-v4.19/drivers/net/ethernet/micrel/
Dks8851.c1275 case MII_PHYSID1: in ks8851_phy_reg()
Dks8851_mll.c1371 case MII_PHYSID1: in ks_phy_reg()
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
D82571.c408 ret_val = e1e_rphy(hw, MII_PHYSID1, &phy_id); in e1000_get_phy_id_82571()
/Linux-v4.19/drivers/net/ethernet/atheros/alx/
Dhw.c1052 if (alx_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id[0]) || in alx_get_phy_info()
/Linux-v4.19/drivers/net/ethernet/natsemi/
Dnatsemi.c1185 np->mii = (mdio_read(dev, MII_PHYSID1) << 16) in init_phy_fixup()
1365 np->mii = (mdio_read(dev, MII_PHYSID1) << 16) in find_mii()
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dwinbond-840.c450 np->mii = (mdio_read(dev, phy, MII_PHYSID1) << 16)+ in w840_probe1()
/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_tse_main.c1121 sgmii_pcs_read(priv, MII_PHYSID1), in init_sgmii_pcs()
/Linux-v4.19/drivers/net/ethernet/sun/
Dsunhme.c1056 hp->sw_physid1 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID1); in happy_meal_tcvr_reset()
1308 hp->sw_physid1 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID1); in happy_meal_begin_auto_negotiation()
/Linux-v4.19/drivers/net/ethernet/sis/
Dsis190.c1326 phy->id[0] = mdio_read(ioaddr, phy_id, MII_PHYSID1); in sis190_init_phy()
/Linux-v4.19/drivers/net/ethernet/amd/
Damd8111e.c1736 if (amd8111e_read_phy(lp, i, MII_PHYSID1, &id1)) in amd8111e_probe_ext_phy()

12