Lines Matching full:tsec
28 * From: FreeBSD: head/sys/dev/tsec/if_tsec_ocp.c 188712 2009-02-17 14:59:47Z raj
32 * FDT 'simple-bus' attachment for Freescale TSEC controller.
62 #include <dev/tsec/if_tsec.h>
63 #include <dev/tsec/if_tsecreg.h>
98 "tsec",
103 DRIVER_MODULE(tsec, simplebus, tsec_fdt_driver, 0, 0);
140 /* Check if we are eTSEC (enhanced TSEC) */ in tsec_fdt_probe()
148 device_printf(dev, "could not identify TSEC type\n"); in tsec_fdt_probe()
212 mtx_init(&sc->transmit_lock, device_get_nameunit(dev), "TSEC TX lock", in tsec_fdt_attach()
214 mtx_init(&sc->receive_lock, device_get_nameunit(dev), "TSEC RX lock", in tsec_fdt_attach()
216 mtx_init(&sc->ic_lock, device_get_nameunit(dev), "TSEC IC lock", in tsec_fdt_attach()
219 /* Allocate IO memory for TSEC registers */ in tsec_fdt_attach()
230 /* TSEC attach */ in tsec_fdt_attach()
336 /* TSEC detach */ in tsec_fdt_detach()