Home
last modified time | relevance | path

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

12

/linux/include/uapi/linux/
H A Dmii.h18 #define MII_PHYSID1 0x02 /* PHYS ID 1 */ macro
/linux/drivers/net/phy/
H A Dswphy.c153 case MII_PHYSID1: in swphy_read_reg()
H A Dphylink.c3284 case MII_PHYSID1: in phylink_phy_read()
3326 case MII_PHYSID1: in phylink_phy_write()
/linux/drivers/net/usb/
H A Dasix_devices.c78 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 Dsr9800.c378 phy_reg = sr_mdio_read(dev->net, dev->mii.phy_id, MII_PHYSID1); in sr_get_phyid()
/linux/drivers/net/
H A Dsungem_phy.c423 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 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.c1204 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 Datl1c_hw.c602 if ((atl1c_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id1) != 0) || in atl1c_phy_init()
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.h1285 velocity_mii_read((p),MII_PHYSID1,((u16 *) &id)+1);\
/linux/drivers/net/ethernet/intel/e1000e/
H A D82571.c407 ret_val = e1e_rphy(hw, MII_PHYSID1, &phy_id); in e1000_get_phy_id_82571()
H A Dphy.c71 ret_val = e1e_rphy(hw, MII_PHYSID1, &phy_id); in e1000e_get_phy_id()
H A Dich8lan.c185 ret_val = e1e_rphy_locked(hw, MII_PHYSID1, &phy_reg); in e1000_phy_is_accessible_pchlan()
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c1052 if (alx_read_phy_reg(hw, MII_PHYSID1, &hw->phy_id[0]) || in alx_get_phy_info()
/linux/drivers/net/dsa/microchip/
H A Dksz9477.c360 case MII_PHYSID1: in ksz9477_r_phy()
H A Dksz8.c974 case MII_PHYSID1: in ksz8_r_phy()
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c615 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 Dniu.c8792 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 Dnatsemi.c1182 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 Dwinbond-840.c442 np->mii = (mdio_read(dev, phy, MII_PHYSID1) << 16)+ in w840_probe1()
/linux/drivers/net/ethernet/amd/
H A Damd8111e.c1710 if (amd8111e_read_phy(lp, i, MII_PHYSID1, &id1)) in amd8111e_probe_ext_phy()
/linux/drivers/net/ethernet/sis/
H A Dsis190.c1336 phy->id[0] = mdio_read(ioaddr, phy_id, MII_PHYSID1); in sis190_init_phy()
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c882 id1 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID1); in smc_phy_detect()
/linux/drivers/net/ethernet/intel/
H A De100.c1465 id_lo = mdio_read(netdev, nic->mii.phy_id, MII_PHYSID1); in e100_phy_init()
/linux/drivers/net/ethernet/agere/
H A Det131x.c2815 et131x_mii_read(adapter, MII_PHYSID1, &tmp); in et131x_get_regs()

12