Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/ccp/
H A Dccp.c69 struct ccp_softc *g_ccp_softc; variable
196 if (g_ccp_softc == NULL) { in ccp_attach()
197 g_ccp_softc = sc; in ccp_attach()
217 if (g_ccp_softc == sc && (sc->hw_features & VERSION_CAP_TRNG) != 0) in ccp_detach()
223 if (g_ccp_softc == sc) in ccp_detach()
224 g_ccp_softc = NULL; in ccp_detach()
H A Dccp.h178 extern struct ccp_softc *g_ccp_softc;
H A Dccp_hardware.c2017 *buf = ccp_read_4(g_ccp_softc, TRNG_OUT_OFFSET); in random_ccp_read()