Home | History | Annotate | Download | only in samsung

Lines Matching refs:sc_conf

105 	const struct exynos_uart_config *sc_conf;
223 sc->sc_conf = of_compatible_lookup(phandle, compat_data)->data;
288 switch (sc->sc_conf->type) {
311 if (__SHIFTOUT(ufstat, sc->sc_conf->rxcount) == 0) {
334 while ((RD4(sc, SSCOM_UFSTAT) & sc->sc_conf->txfull) != 0)
362 sc->sc_conf = conf;
398 switch (sc->sc_conf->type) {
428 switch (sc->sc_conf->type) {
521 while ((RD4(sc, SSCOM_UFSTAT) & sc->sc_conf->txfull) != 0)
597 if (sc->sc_conf->type == EXYNOS_UART_APPLE) {
615 if (__SHIFTOUT(ufstat, sc->sc_conf->rxcount) == 0) {
626 if (sc->sc_conf->type == EXYNOS_UART_APPLE) {