Searched refs:MII_PHYSID1 (Results 1 – 21 of 21) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | dnet.c | 252 phy_id = dnet_mdio_read(dnet, MII_PHYSID1); in dnet_phy_init() 263 phy_id = dnet_mdio_read(dnet, MII_PHYSID1); in dnet_phy_init()
|
D | mcfmii.c | 158 phytype = mii_send(mk_mii_read(phyno, MII_PHYSID1)); in mii_discover_phy()
|
D | ftmac110.c | 132 tmp = mdio_read(dev, pa, MII_PHYSID1); in ftmac110_phyqry()
|
D | at91_emac.c | 229 MII_PHYSID1, &phy_id); in at91emac_phy_init()
|
D | macb.c | 476 phy_id = macb_mdio_read(macb, macb->phy_addr, MII_PHYSID1); in macb_phy_find() 594 phy_id = macb_mdio_read(macb, macb->phy_addr, MII_PHYSID1); in macb_phy_init()
|
D | ax88180.c | 269 priv->PhyID0 = ax88180_mdio_read(dev, MII_PHYSID1); in ax88180_phy_initial()
|
D | armada100_fec.c | 382 if (miiphy_read(dev->name, addr, MII_PHYSID1, &tmp) != 0) in ethernet_phy_detect()
|
D | mpc8xx_fec.c | 773 MII_PHYSID1)) << 16; in mii_discover_phy()
|
/third_party/uboot/u-boot-2020.01/drivers/net/hisfv300/ |
D | mii_drv.c | 53 if (miiphy_read(devname, phyaddr, MII_PHYSID1, &id1)) { in get_fephy_id()
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | mii.h | 15 #define MII_PHYSID1 0x02 /* PHYS ID 1 */ macro
|
D | mdio.h | 32 #define MDIO_DEVID1 MII_PHYSID1
|
/third_party/uboot/u-boot-2020.01/board/freescale/lx2160a/ |
D | eth_lx2160ardb.c | 28 phy_reg = bus->read(bus, addr, devad, MII_PHYSID1); in get_inphi_phy_id()
|
/third_party/uboot/u-boot-2020.01/drivers/net/phy/ |
D | cortina.c | 380 phy_reg = bus->read(bus, addr, devad, MII_PHYSID1); in get_phy_id()
|
D | phy.c | 712 phy_reg = bus->read(bus, addr, devad, MII_PHYSID1); in get_phy_id()
|
D | mv88e61xx.c | 1207 val = mv88e61xx_phy_read_indirect(&temp_mii, 0, devad, MII_PHYSID1); in get_phy_id()
|
/third_party/uboot/u-boot-2020.01/drivers/net/ti/ |
D | davinci_emac.c | 270 return davinci_eth_phy_read(phy_addr, MII_PHYSID1, &dummy); in gen_is_phy_connected() 787 if (!davinci_eth_phy_read(active_phy_addr[i], MII_PHYSID1, in davinci_emac_probe()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | miiphyutil.c | 331 if (miiphy_read(devname, addr, MII_PHYSID1, &tmp) != 0) { in miiphy_info()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | mii.c | 128 { MII_PHYSID1, reg_2_desc_tbl, ARRAY_SIZE(reg_2_desc_tbl),
|
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/ |
D | r8152.h | 485 #define MII_PHYSID1 0x02 /* PHYS ID 1 */ macro
|
/third_party/uboot/u-boot-2020.01/drivers/qe/ |
D | uec_phy.c | 826 phy_reg = uec_phy_read(mii_info, MII_PHYSID1); in uec_get_phy_info()
|
/third_party/uboot/u-boot-2020.01/drivers/net/higmacv300/ |
D | higmac.c | 473 if (miiphy_read(devname, phyaddr, MII_PHYSID1, &id1) != 0) { in phy_detected()
|