exynos_uart.c | 87 uint32_t txfull; member in struct:exynos_uart_config 158 .txfull = UFSTAT_TXFULL, 165 .txfull = UFSTAT_S5L_TXFULL, 334 while ((RD4(sc, SSCOM_UFSTAT) & sc->sc_conf->txfull) != 0) 521 while ((RD4(sc, SSCOM_UFSTAT) & sc->sc_conf->txfull) != 0)
|