Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bsc.c393 --sc->sc_totlen; in bcm_bsc_empty_rx_fifo()
396 } while (sc->sc_totlen > 0 && (status & BCM_BSC_STATUS_RXD)); in bcm_bsc_empty_rx_fifo()
417 --sc->sc_totlen; in bcm_bsc_fill_tx_fifo()
437 sc->sc_totlen); in bcm_bsc_fill_tx_fifo()
442 } while (sc->sc_totlen > 0 && (status & BCM_BSC_STATUS_TXD)); in bcm_bsc_fill_tx_fifo()
482 if ((status & BCM_BSC_STATUS_TXD) && sc->sc_totlen > 0) in bcm_bsc_intr()
530 sc->sc_totlen = sc->sc_curmsg->len; in bcm_bsc_transfer()
545 sc->sc_totlen += nxtmsg->len; in bcm_bsc_transfer()
556 sc->sc_replen = sc->sc_totlen; in bcm_bsc_transfer()
557 sc->sc_totlen += nxtmsg->len; in bcm_bsc_transfer()
[all …]
H A Dbcm2835_bscvar.h47 uint16_t sc_totlen; member