HomeSort by: relevance | last modified time | path
    Searched defs:sc_bytes_wanted (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/riscv/starfive/
jh7110_trng.c 56 size_t sc_bytes_wanted; member in struct:jh7110_trng_softc
171 if (sc->sc_bytes_wanted != 0) {
193 sc->sc_bytes_wanted -=
194 MIN(sc->sc_bytes_wanted, sizeof(data));
196 if (sc->sc_bytes_wanted == 0)
205 if (sc->sc_bytes_wanted != 0) {
217 sc->sc_bytes_wanted += bytes_wanted;
jh7110_trng.c 56 size_t sc_bytes_wanted; member in struct:jh7110_trng_softc
171 if (sc->sc_bytes_wanted != 0) {
193 sc->sc_bytes_wanted -=
194 MIN(sc->sc_bytes_wanted, sizeof(data));
196 if (sc->sc_bytes_wanted == 0)
205 if (sc->sc_bytes_wanted != 0) {
217 sc->sc_bytes_wanted += bytes_wanted;
jh7110_trng.c 56 size_t sc_bytes_wanted; member in struct:jh7110_trng_softc
171 if (sc->sc_bytes_wanted != 0) {
193 sc->sc_bytes_wanted -=
194 MIN(sc->sc_bytes_wanted, sizeof(data));
196 if (sc->sc_bytes_wanted == 0)
205 if (sc->sc_bytes_wanted != 0) {
217 sc->sc_bytes_wanted += bytes_wanted;

Completed in 32 milliseconds