Searched refs:g_ccp_softc (Results 1 – 3 of 3) sorted by relevance
67 struct ccp_softc *g_ccp_softc; variable197 if (g_ccp_softc == NULL) { in ccp_attach()198 g_ccp_softc = sc; in ccp_attach()218 if (g_ccp_softc == sc && (sc->hw_features & VERSION_CAP_TRNG) != 0) in ccp_detach()224 if (g_ccp_softc == sc) in ccp_detach()225 g_ccp_softc = NULL; in ccp_detach()
176 extern struct ccp_softc *g_ccp_softc;
2014 *buf = ccp_read_4(g_ccp_softc, TRNG_OUT_OFFSET); in random_ccp_read()