octrnm_softc
static void octrnm_reset(struct octrnm_softc *);
static void octrnm_conditioned_deterministic(struct octrnm_softc *);
static void octrnm_conditioned_entropy(struct octrnm_softc *);
static void octrnm_raw_entropy(struct octrnm_softc *, unsigned);
static uint64_t octrnm_load(struct octrnm_softc *);
static void octrnm_iobdma(struct octrnm_softc *, uint64_t *, unsigned);
CFATTACH_DECL_NEW(octrnm, sizeof(struct octrnm_softc),
struct octrnm_softc *sc = device_private(self);
struct octrnm_softc *sc = vsc;
octrnm_reset(struct octrnm_softc *sc)
octrnm_conditioned_deterministic(struct octrnm_softc *sc)
octrnm_conditioned_entropy(struct octrnm_softc *sc)
octrnm_raw_entropy(struct octrnm_softc *sc, unsigned rogroup)
octrnm_load(struct octrnm_softc *sc)
octrnm_iobdma(struct octrnm_softc *sc, uint64_t *buf, unsigned nwords)