Home
last modified time | relevance | path

Searched full:tbipa (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/freescale/
H A Dfsl_pq_mdio.c79 * @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()
[all …]
H A Dgianfar.h707 u32 tbipa; /* 0x.030 - TBI PHY Address Register */ member
H A Dgianfar.c1590 * "normal" PHY at the address found in the TBIPA register. We assume
1591 * that the TBIPA register is valid. Either the MDIO bus code will set
/linux/Documentation/devicetree/bindings/net/
H A Dfsl,gianfar-mdio.yaml69 Optionally, the offset and length of the TBIPA register (TBI PHY
70 address register). If TBIPA register is not specified, the driver
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c164 u32 tbipa; /* 0x01C TBI PHY address register */ member
380 /* Assign a Phy Address to the TBI (TBIPA). in init()
384 iowrite32be(tbi_addr, &regs->tbipa); in init()