Lines Matching full:tbi
59 u32 utbipar; /* TBI phy address reg (only on UCC) */
93 * returning. This is helpful in programming interfaces like the TBI which
127 * interfaces like the TBI which, in turn, control interfaces like on-chip
308 .compatible = "fsl,gianfar-tbi",
330 .compatible = "fsl,etsec2-tbi",
369 /* Fman TBI operations are handled elsewhere */
393 * Add consistency check to make sure TBI is contained within in set_tbipa()
395 * rather to catch bugs in computing TBI address). Print error in set_tbipa()
399 dev_err(&pdev->dev, "invalid register map (should be at least 0x%04zx to contain TBI address)\n", in set_tbipa()
414 struct device_node *tbi; in fsl_pq_mdio_probe() local
467 for_each_child_of_node(np, tbi) { in fsl_pq_mdio_probe()
468 if (of_node_is_type(tbi, "tbi-phy")) { in fsl_pq_mdio_probe()
469 dev_dbg(&pdev->dev, "found TBI PHY node %pOFP\n", in fsl_pq_mdio_probe()
470 tbi); in fsl_pq_mdio_probe()
475 if (tbi) { in fsl_pq_mdio_probe()
476 const u32 *prop = of_get_property(tbi, "reg", NULL); in fsl_pq_mdio_probe()
480 tbi); in fsl_pq_mdio_probe()
482 of_node_put(tbi); in fsl_pq_mdio_probe()
487 of_node_put(tbi); in fsl_pq_mdio_probe()