Home
last modified time | relevance | path

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

/freebsd/sys/crypto/ccp/
H A Dccp.c67 struct ccp_softc *g_ccp_softc; variable
197 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()
H A Dccp.h176 extern struct ccp_softc *g_ccp_softc;
H A Dccp_hardware.c2014 *buf = ccp_read_4(g_ccp_softc, TRNG_OUT_OFFSET); in random_ccp_read()