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

/freebsd-12-stable/sys/arm/allwinner/
H A Daw_spi.c152 uint32_t rxcnt; member in struct:aw_spi_softc
412 if (sc->rxcnt == sc->rxlen)
420 if (sc->rxcnt < sc->rxlen)
421 sc->rxbuf[sc->rxcnt++] = val;
470 sc->rxcnt = 0;

Completed in 95 milliseconds