Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_sh.h67 # define SCSCR_INIT(port) (((port)->type == PORT_SCI) ? \
331 (((port)->type == PORT_SCI) ? SCI_TEND : SCIF_TEND)
333 (((port)->type == PORT_SCI) ? SCI_ERRORS : SCIF_ERRORS)
335 (((port)->type == PORT_SCI) ? SCI_RDRF : SCIF_RDF)
337 (((port)->type == PORT_SCI) ? SCI_TDRE : SCIF_TDFE)
339 (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
341 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
343 ((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK)
345 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)
360 # define SCxSR_RDxF_CLEAR(port) (((port)->type == PORT_SCI) ? 0xbc : 0x00fc)
[all …]
H A Dserial_sh.c209 {.compatible = "renesas,sci", .data = PORT_SCI},
277 #define SCIF_BASE_PORT PORT_SCI
/rk3399_rockchip-uboot/include/dm/platform_data/
H A Dserial_sh.h17 PORT_SCI, enumerator