Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_bscreg.h54 #define BCM_BSC_STATUS_TXD (1 << 4) macro
H A Dbcm2835_bsc.c422 } while (sc->sc_resid > 0 && (status & BCM_BSC_STATUS_TXD)); in bcm_bsc_fill_tx_fifo()
445 } while (sc->sc_totlen > 0 && (status & BCM_BSC_STATUS_TXD)); in bcm_bsc_fill_tx_fifo()
485 if ((status & BCM_BSC_STATUS_TXD) && sc->sc_totlen > 0) in bcm_bsc_intr()