Home | History | Annotate | Download | only in dev

Lines Matching defs:octrnm_softc

127 struct octrnm_softc {
138 static void octrnm_reset(struct octrnm_softc *);
139 static void octrnm_conditioned_deterministic(struct octrnm_softc *);
140 static void octrnm_conditioned_entropy(struct octrnm_softc *);
141 static void octrnm_raw_entropy(struct octrnm_softc *, unsigned);
142 static uint64_t octrnm_load(struct octrnm_softc *);
143 static void octrnm_iobdma(struct octrnm_softc *, uint64_t *, unsigned);
146 CFATTACH_DECL_NEW(octrnm, sizeof(struct octrnm_softc),
164 struct octrnm_softc *sc = device_private(self);
224 struct octrnm_softc *sc = vsc;
275 octrnm_reset(struct octrnm_softc *sc)
289 octrnm_conditioned_deterministic(struct octrnm_softc *sc)
304 octrnm_conditioned_entropy(struct octrnm_softc *sc)
318 octrnm_raw_entropy(struct octrnm_softc *sc, unsigned rogroup)
337 octrnm_load(struct octrnm_softc *sc)
350 octrnm_iobdma(struct octrnm_softc *sc, uint64_t *buf, unsigned nwords)