Home
last modified time | relevance | path

Searched refs:SCIF_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/renesas/ap325rxa/
H A Dcpld-ap325rxa.c29 #define SCIF_BASE 0xffe00000 /* SCIF0 */ macro
30 #define SCSMR (vu_short *)(SCIF_BASE + 0x00)
31 #define SCBRR (vu_char *)(SCIF_BASE + 0x04)
32 #define SCSCR (vu_short *)(SCIF_BASE + 0x08)
33 #define SC_TDR (vu_char *)(SCIF_BASE + 0x0C)
34 #define SC_SR (vu_short *)(SCIF_BASE + 0x10)
35 #define SCFCR (vu_short *)(SCIF_BASE + 0x18)
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.c259 # define SCIF_BASE SCIF0_BASE macro
261 # define SCIF_BASE SCIF1_BASE macro
263 # define SCIF_BASE SCIF2_BASE macro
265 # define SCIF_BASE SCIF3_BASE macro
267 # define SCIF_BASE SCIF4_BASE macro
269 # define SCIF_BASE SCIF5_BASE macro
271 # define SCIF_BASE SCIF6_BASE macro
273 # define SCIF_BASE SCIF7_BASE macro
275 # define SCIF_BASE SCIFA0_BASE macro
289 .membase = (unsigned char *)SCIF_BASE,
[all …]