Searched refs:safe_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/safe/
H A Dsafe.c113 sizeof (struct safe_softc)
123 static void safe_callback(struct safe_softc *, struct safe_ringentry *);
124 static void safe_feed(struct safe_softc *, struct safe_ringentry *);
127 static void safe_rng_init(struct safe_softc *);
130 static int safe_dma_malloc(struct safe_softc *, bus_size_t,
134 static void safe_dma_free(struct safe_softc *, struct safe_dma_alloc *);
138 static void safe_reset_board(struct safe_softc *);
139 static void safe_init_board(struct safe_softc *);
141 static void safe_cleanchip(struct safe_softc *);
142 static void safe_totalreset(struct safe_softc *);
[all...]
H A Dsafevar.h133 struct safe_softc { struct

Completed in 118 milliseconds