Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dserial_sh.h67 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \
328 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
330 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)
332 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
334 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
336 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
338 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
340 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
342 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)
357 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
[all …]
Dserial_sh.c208 {.compatible = "renesas,sci", .data = PORT_SCI},
281 #define SCIF_BASE_PORT PORT_SCI
/external/u-boot/include/dm/platform_data/
Dserial_sh.h16 PORT_SCI, enumerator
/external/kernel-headers/original/uapi/linux/
Dserial_core.h101 #define PORT_SCI 52 macro