Lines Matching defs:rk_v1crypto_softc
54 struct rk_v1crypto_softc {
68 static int rk_v1crypto_selftest(struct rk_v1crypto_softc *);
69 static void rk_v1crypto_rndsource_attach(struct rk_v1crypto_softc *);
71 static void rk_v1crypto_sysctl_attach(struct rk_v1crypto_softc *);
73 static int rk_v1crypto_rng(struct rk_v1crypto_softc *,
77 RKC_READ(struct rk_v1crypto_softc *sc, bus_addr_t reg)
83 RKC_WRITE(struct rk_v1crypto_softc *sc, bus_addr_t reg, uint32_t v)
89 RKC_CTRL(struct rk_v1crypto_softc *sc, uint16_t m, uint16_t v)
98 CFATTACH_DECL_NEW(rk_v1crypto, sizeof(struct rk_v1crypto_softc),
133 struct rk_v1crypto_softc *const sc = device_private(self);
200 rk_v1crypto_selftest(struct rk_v1crypto_softc *sc)
261 rk_v1crypto_rndsource_attach(struct rk_v1crypto_softc *sc)
273 struct rk_v1crypto_softc *sc = cookie;
301 rk_v1crypto_sysctl_attach(struct rk_v1crypto_softc *sc)
338 struct rk_v1crypto_softc *sc = node.sysctl_data;
373 rk_v1crypto_rng(struct rk_v1crypto_softc *sc,