Lines Matching full:tsec
16 #include <tsec.h>
23 /* Default initializations for TSEC controllers. */
70 * Access TBI PHY registers at given TSEC register offset as opposed in tsec_configure_serdes()
82 * and this is the ethernet-crc method needed for TSEC -- and perhaps
132 struct tsec __iomem *regs = priv->regs; in tsec_mcast_addr()
155 static void init_registers(struct tsec __iomem *regs) in init_registers()
202 struct tsec __iomem *regs = priv->regs; in adjust_link()
261 struct tsec __iomem *regs = priv->regs; in tsec_send()
271 debug("%s: tsec: tx buffers full\n", dev->name); in tsec_send()
290 debug("%s: tsec: tx error\n", dev->name); in tsec_send()
305 struct tsec __iomem *regs = priv->regs; in tsec_recv()
340 struct tsec __iomem *regs = priv->regs; in tsec_recv()
393 struct tsec __iomem *regs = priv->regs; in tsec_halt()
416 struct tsec __iomem *regs = priv->regs; in redundant_init()
458 printf("%s: tsec: rx error\n", priv->dev->name); in redundant_init()
500 struct tsec __iomem *regs = priv->regs; in startup_tsec()
564 struct tsec __iomem *regs = priv->regs; in tsec_init()
623 struct tsec __iomem *regs = priv->regs; in tsec_get_interface()
672 struct tsec __iomem *regs = priv->regs; in init_phy()
764 * Initialize all the TSEC devices
766 * Returns the number of TSEC devices that were initialized
806 priv->regs = (struct tsec *)pdata->iobase; in tsec_probe()
810 debug("phy-handle does not exist under tsec %s\n", dev->name); in tsec_probe()
890 { .compatible = "fsl,tsec" },
895 .name = "tsec",