Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_sh.c34 if ((port->mapbase == 0xffe00000) || in scif_rxfill()
35 (port->mapbase == 0xffe08000)) { in scif_rxfill()
191 priv->mapbase = plat->base; in sh_serial_probe()
284 .mapbase = SCIF_BASE,
H A 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 */
679 if (port->mapbase == 0xfffffe80) in sci_rxd_in()
691 if (port->mapbase == 0xffe00000) in sci_rxd_in()
698 int ch = (port->mapbase - SMR0) >> 3; in sci_rxd_in()
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/
H A D8250.txt33 - reg-offset : offset to apply to the mapbase from the start of the registers.