Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drng200var.h40 struct rng200_softc { struct
48 void rng200_attach(struct rng200_softc *); argument
49 void rng200_detach(struct rng200_softc *);
Drng200.c51 rng200_reset(struct rng200_softc *sc) in rng200_reset()
78 struct rng200_softc * const sc = priv; in rng200_get()
103 rng200_attach(struct rng200_softc *sc) in rng200_attach()
112 rng200_detach(struct rng200_softc *sc) in rng200_detach()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm2838_rng.c43 struct rng200_softc sc_rng200;