Searched refs:rxcnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/allwinner/
H A Daw_spi.c154 uint32_t rxcnt; member in struct:aw_spi_softc
414 if (sc->rxcnt == sc->rxlen)
422 if (sc->rxcnt < sc->rxlen)
423 sc->rxbuf[sc->rxcnt++] = val;
472 sc->rxcnt = 0;

Completed in 42 milliseconds