PORT_SCI
.type = PORT_SCI,
.type = PORT_SCI,
.type = PORT_SCI,
if (s->type == PORT_SCI &&
if (s->type == PORT_SCI) {
if (s->type == PORT_SCI) {
if (s->type != PORT_SCI && !sci_is_rsci_type(s->type))
if (s->type == PORT_SCI) {
#define SCxSR_TEND(port) (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
#define SCxSR_RDxF(port) (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_DR | SCIF_RDF)
#define SCxSR_TDxE(port) (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
#define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
#define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
#define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
(((port)->type == PORT_SCI) ? SCI_RDxF_CLEAR : SCIF_RDxF_CLEAR)
(((port)->type == PORT_SCI) ? SCI_TDxE_CLEAR : SCIF_TDxE_CLEAR)
(((port)->type == PORT_SCI) ? SCI_BREAK_CLEAR : SCIF_BREAK_CLEAR)
if (s->type != PORT_SCI)
case PORT_SCI:
case PORT_SCI:
if (p->type == PORT_SCI || sci_is_rsci_type(p->type))
if (p->type == PORT_SCI && !dev->dev.of_node) {
.type = PORT_SCI,
if (s->type == PORT_SCI)
if (s->type == PORT_SCI) {