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

  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 140 struct sun8i_crypto_buf cs_out; member in struct:sun8i_crypto_softc::sun8i_crypto_selftest
1506 error = sun8i_crypto_allocbuf(sc, nbytes, &selftest->cs_out,
1537 selftest->cs_out.cb_kva, nbytes, NULL, BUS_DMA_WAITOK);
1573 fail3: sun8i_crypto_freebuf(sc, nbytes, &selftest->cs_out);
1631 selftest_output, selftest->cs_out.cb_kva);
1641 sun8i_crypto_freebuf(sc, nbytes, &selftest->cs_out);
sun8i_crypto.c 140 struct sun8i_crypto_buf cs_out; member in struct:sun8i_crypto_softc::sun8i_crypto_selftest
1506 error = sun8i_crypto_allocbuf(sc, nbytes, &selftest->cs_out,
1537 selftest->cs_out.cb_kva, nbytes, NULL, BUS_DMA_WAITOK);
1573 fail3: sun8i_crypto_freebuf(sc, nbytes, &selftest->cs_out);
1631 selftest_output, selftest->cs_out.cb_kva);
1641 sun8i_crypto_freebuf(sc, nbytes, &selftest->cs_out);

Completed in 28 milliseconds