Home
last modified time | relevance | path

Searched refs:tbipa (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfsl_pq_mdio.c205 return &enet_regs->tbipa; in get_gfar_tbipa_from_mdio()
380 uint32_t __iomem *tbipa; in set_tbipa() local
383 tbipa = of_iomap(np, 1); in set_tbipa()
384 if (tbipa) { in set_tbipa()
388 tbipa = (*get_tbipa)(reg_map); in set_tbipa()
396 if ((void *)tbipa > reg_map + resource_size(reg_res) - 4) in set_tbipa()
398 ((void *)tbipa - reg_map) + 4); in set_tbipa()
401 iowrite32be(be32_to_cpu(tbipa_val), tbipa); in set_tbipa()
404 iounmap(tbipa); in set_tbipa()
H A Dgianfar.h647 u32 tbipa; /* 0x.030 - TBI PHY Address Register */ member
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Deth.c93 tsec_local_mdio_write(phyregs, in_be32(&regs->tbipa), 0, TBI_TBICON, in dtsec_configure_serdes()
95 tsec_local_mdio_write(phyregs, in_be32(&regs->tbipa), 0, TBI_ANA, in dtsec_configure_serdes()
97 tsec_local_mdio_write(phyregs, in_be32(&regs->tbipa), 0, in dtsec_configure_serdes()
109 out_be32(&regs->tbipa, CONFIG_SYS_TBIPA_VALUE); in dtsec_init_phy()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c76 tsec_local_mdio_write(priv->phyregs_sgmii, in_be32(&priv->regs->tbipa), in tsec_configure_serdes()
78 tsec_local_mdio_write(priv->phyregs_sgmii, in_be32(&priv->regs->tbipa), in tsec_configure_serdes()
80 tsec_local_mdio_write(priv->phyregs_sgmii, in_be32(&priv->regs->tbipa), in tsec_configure_serdes()
661 out_be32(&regs->tbipa, priv->tbiaddr); in init_phy()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dtsec.h20 u32 tbipa; /* TBI PHY address */ member
H A Dtsec.h306 u32 tbipa; /* TBI PHY Address */ member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c191 u32 tbipa; /* 0x01C TBI PHY address register */ member
452 iowrite32be(tbi_addr, &regs->tbipa); in init()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_86xx.h295 uint tbipa; /* 0x24030 - TBI PHY Address Register */ member
H A Dimmap_85xx.h345 u32 tbipa; /* TBI PHY Addr */ member