Home
last modified time | relevance | path

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

/freebsd/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c149 uint32_t rxcnt; member
408 if (sc->rxcnt == sc->rxlen) in aw_spi_read_rxfifo()
416 if (sc->rxcnt < sc->rxlen) in aw_spi_read_rxfifo()
417 sc->rxbuf[sc->rxcnt++] = val; in aw_spi_read_rxfifo()
468 sc->rxcnt = 0; in aw_spi_xfer()