Searched full:tbipa (Results 1 – 5 of 5) sorted by relevance
79 * @get_tbipa: determines the address of the TBIPA register197 * Return the TBIPA address, starting from the address207 return &enet_regs->tbipa; in get_gfar_tbipa_from_mdio()211 * Return the TBIPA address, starting from the address382 uint32_t __iomem *tbipa; in set_tbipa() local385 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()[all …]
707 u32 tbipa; /* 0x.030 - TBI PHY Address Register */ member
1590 * "normal" PHY at the address found in the TBIPA register. We assume1591 * that the TBIPA register is valid. Either the MDIO bus code will set
69 Optionally, the offset and length of the TBIPA register (TBI PHY70 address register). If TBIPA register is not specified, the driver
164 u32 tbipa; /* 0x01C TBI PHY address register */ member380 /* Assign a Phy Address to the TBI (TBIPA). in init()384 iowrite32be(tbi_addr, ®s->tbipa); in init()