Home
last modified time | relevance | path

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

/external/u-boot/drivers/serial/
Dserial_sh.c33 if ((port->mapbase == 0xffe00000) || in scif_rxfill()
34 (port->mapbase == 0xffe08000)) { in scif_rxfill()
190 priv->mapbase = plat->base; in sh_serial_probe()
288 .mapbase = SCIF_BASE,
Dserial_sh.h10 unsigned long mapbase; /* for ioremap */ member
41 # define SCSCR_INIT(port) (port->mapbase == SCIF2) ? 0xF3 : 0xF0
134 ((port->mapbase)+SCIF_PTR2_OFFS) /* 16 bit SCIF */
136 ((port->mapbase)+SCIF_LSR2_OFFS) /* 16 bit SCIF */
675 if (port->mapbase == 0xfffffe80) in sci_rxd_in()
687 if (port->mapbase == 0xffe00000) in sci_rxd_in()
694 int ch = (port->mapbase - SMR0) >> 3; in sci_rxd_in()
/external/u-boot/doc/device-tree-bindings/serial/
D8250.txt33 - reg-offset : offset to apply to the mapbase from the start of the registers.