Lines Matching full:tbipa
79 * @get_tbipa: determines the address of the TBIPA register
197 * Return the TBIPA address, starting from the address
207 return &enet_regs->tbipa; in get_gfar_tbipa_from_mdio()
211 * Return the TBIPA address, starting from the address
382 uint32_t __iomem *tbipa; in set_tbipa() local
385 tbipa = of_iomap(np, 1); in set_tbipa()
386 if (tbipa) { in set_tbipa()
390 tbipa = (*get_tbipa)(reg_map); in set_tbipa()
398 if ((void *)tbipa > reg_map + resource_size(reg_res) - 4) in set_tbipa()
400 ((void *)tbipa - reg_map) + 4); in set_tbipa()
403 iowrite32be(be32_to_cpu(tbipa_val), tbipa); in set_tbipa()
406 iounmap(tbipa); in set_tbipa()