Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/common/scif/
H A Dscif-common.c17 #define SCIF_SCFSR_TDFE BIT(5) macro
18 #define TRANS_END_CHECK (SCIF_SCFSR_TEND | SCIF_SCFSR_TDFE)
37 scif_console_trans_end_poll(rcar_putc_fsr, SCIF_SCFSR_TDFE); in scif_console_putc_common()