Lines Matching full:serial

15 	SCSMR,				/* Serial Mode Register */
17 SCSCR, /* Serial Control Register */
18 SCxSR, /* Serial Status Register */
26 SCSPTR, /* Serial Port Register */
28 SCPCR, /* Serial Port Control Register */
29 SCPDR, /* Serial Port Data Register */
34 SEMR, /* Serial extended mode register */
40 /* SCSMR (Serial Mode Register) */
50 /* Serial Mode Register, SCIFA/SCIFB only bits */
62 /* Serial Control Register, SCI only bits */
65 /* Serial Control Register, SCIFA/SCIFB only bits */
69 /* Serial Control Register, HSCIF-only bits */
72 /* SCxSR (Serial Status Register) on SCI */
88 /* SCxSR (Serial Status Register) on SCIF, SCIFA, SCIFB, HSCIF */
124 /* SCSPTR (Serial Port Register), optional */
125 #define SCSPTR_RTSIO BIT(7) /* Serial Port RTS# Pin Input/Output */
126 #define SCSPTR_RTSDT BIT(6) /* Serial Port RTS# Pin Data */
127 #define SCSPTR_CTSIO BIT(5) /* Serial Port CTS# Pin Input/Output */
128 #define SCSPTR_CTSDT BIT(4) /* Serial Port CTS# Pin Data */
129 #define SCSPTR_SCKIO BIT(3) /* Serial Port Clock Pin Input/Output */
130 #define SCSPTR_SCKDT BIT(2) /* Serial Port Clock Pin Data */
131 #define SCSPTR_SPB2IO BIT(1) /* Serial Port Break Input/Output */
132 #define SCSPTR_SPB2DT BIT(0) /* Serial Port Break Data */
141 /* SCPCR (Serial Port Control Register), SCIFA/SCIFB only */
142 #define SCPCR_RTSC BIT(4) /* Serial Port RTS# Pin / Output Pin */
143 #define SCPCR_CTSC BIT(3) /* Serial Port CTS# Pin / Input Pin */
144 #define SCPCR_SCKC BIT(2) /* Serial Port SCK Pin / Output Pin */
145 #define SCPCR_RXDC BIT(1) /* Serial Port RXD Pin / Input Pin */
146 #define SCPCR_TXDC BIT(0) /* Serial Port TXD Pin / Output Pin */
148 /* SCPDR (Serial Port Data Register), SCIFA/SCIFB only */
149 #define SCPDR_RTSD BIT(4) /* Serial Port RTS# Output Pin Data */
150 #define SCPDR_CTSD BIT(3) /* Serial Port CTS# Input Pin Data */
151 #define SCPDR_SCKD BIT(2) /* Serial Port SCK Output Pin Data */
152 #define SCPDR_RXDD BIT(1) /* Serial Port RXD Input Pin Data */
153 #define SCPDR_TXDD BIT(0) /* Serial Port TXD Output Pin Data */