Home
last modified time | relevance | path

Searched refs:tsec_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/tsec/
H A Dif_tsec.c312 struct tsec_softc *sc; in tsec_shutdown()
341 struct tsec_softc *sc = xsc; in tsec_init()
715 struct tsec_softc *sc; in tsec_start_locked()
1245 struct tsec_softc *sc = arg; in tsec_tick()
1404 struct tsec_softc *sc = arg; in tsec_receive_intr()
1485 struct tsec_softc *sc = arg; in tsec_transmit_intr()
1565 struct tsec_softc *sc; in tsec_miibus_readreg()
1589 struct tsec_softc *sc; in tsec_miibus_writereg()
1609 struct tsec_softc *sc; in tsec_miibus_statchg()
1721 struct tsec_softc *sc = (struct tsec_softc *)arg1; in tsec_sysctl_ic_time()
[all …]
H A Dif_tsec_fdt.c74 static int tsec_setup_intr(struct tsec_softc *sc, struct resource **ires,
76 static void tsec_release_intr(struct tsec_softc *sc, struct resource *ires,
100 sizeof(struct tsec_softc),
108 struct tsec_softc *sc; in tsec_fdt_probe()
164 struct tsec_softc *sc; in tsec_fdt_attach()
275 tsec_setup_intr(struct tsec_softc *sc, struct resource **ires, void **ihand, in tsec_setup_intr()
298 tsec_release_intr(struct tsec_softc *sc, struct resource *ires, void *ihand, in tsec_release_intr()
320 struct tsec_softc *sc; in tsec_fdt_detach()
356 tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr) in tsec_get_hwaddr()
H A Dif_tsec.h54 struct tsec_softc { struct
291 int tsec_attach(struct tsec_softc *sc);
292 int tsec_detach(struct tsec_softc *sc);
305 void tsec_get_hwaddr(struct tsec_softc *sc, uint8_t *addr);