Home
last modified time | relevance | path

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

/u-boot/drivers/serial/
A Dserial_sh.h29 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \
181 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
183 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)
185 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
187 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
189 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
191 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
193 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
195 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)
204 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
[all …]
A Dserial_sh.c208 {.compatible = "renesas,sci", .data = PORT_SCI},
263 #define SCIF_BASE_PORT PORT_SCI
/u-boot/include/dm/platform_data/
A Dserial_sh.h16 PORT_SCI, enumerator

Completed in 9 milliseconds