Searched refs:tbipa (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fsl_pq_mdio.c | 206 return &enet_regs->tbipa; in get_gfar_tbipa_from_mdio() 381 uint32_t __iomem *tbipa; in set_tbipa() local 384 tbipa = of_iomap(np, 1); in set_tbipa() 385 if (tbipa) { in set_tbipa() 389 tbipa = (*get_tbipa)(reg_map); in set_tbipa() 397 if ((void *)tbipa > reg_map + resource_size(reg_res) - 4) in set_tbipa() 399 ((void *)tbipa - reg_map) + 4); in set_tbipa() 402 iowrite32be(be32_to_cpu(tbipa_val), tbipa); in set_tbipa() 405 iounmap(tbipa); in set_tbipa()
|
H A D | gianfar.h | 707 u32 tbipa; /* 0x.030 - TBI PHY Address Register */ member
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | eth.c | 92 tsec_local_mdio_write(phyregs, in_be32(®s->tbipa), 0, TBI_TBICON, in dtsec_configure_serdes() 94 tsec_local_mdio_write(phyregs, in_be32(®s->tbipa), 0, TBI_ANA, in dtsec_configure_serdes() 96 tsec_local_mdio_write(phyregs, in_be32(®s->tbipa), 0, in dtsec_configure_serdes() 108 out_be32(®s->tbipa, CONFIG_SYS_TBIPA_VALUE); in dtsec_init_phy()
|
/openbmc/u-boot/drivers/net/ |
H A D | tsec.c | 73 tsec_local_mdio_write(priv->phyregs_sgmii, in_be32(&priv->regs->tbipa), in tsec_configure_serdes() 75 tsec_local_mdio_write(priv->phyregs_sgmii, in_be32(&priv->regs->tbipa), in tsec_configure_serdes() 77 tsec_local_mdio_write(priv->phyregs_sgmii, in_be32(&priv->regs->tbipa), in tsec_configure_serdes() 682 out_be32(®s->tbipa, priv->tbiaddr); in init_phy()
|
/openbmc/u-boot/include/ |
H A D | fsl_dtsec.h | 19 u32 tbipa; /* TBI PHY address */ member
|
H A D | tsec.h | 305 u32 tbipa; /* TBI PHY Address */ member
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman_dtsec.c | 164 u32 tbipa; /* 0x01C TBI PHY address register */ member 384 iowrite32be(tbi_addr, ®s->tbipa); in init()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_86xx.h | 295 uint tbipa; /* 0x24030 - TBI PHY Address Register */ member
|
H A D | immap_85xx.h | 344 u32 tbipa; /* TBI PHY Addr */ member
|