Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pxa.c94 struct resource *mmres; in serial_pxa_probe() local
101 mmres = platform_get_resource(pdev, IORESOURCE_MEM, 0); in serial_pxa_probe()
102 if (!mmres) in serial_pxa_probe()
123 uart.port.mapbase = mmres->start; in serial_pxa_probe()
/openbmc/linux/drivers/tty/serial/
H A Dpxa.c807 struct resource *mmres; in serial_pxa_probe() local
811 mmres = platform_get_resource(dev, IORESOURCE_MEM, 0); in serial_pxa_probe()
812 if (!mmres) in serial_pxa_probe()
837 sport->port.mapbase = mmres->start; in serial_pxa_probe()
858 sport->port.membase = ioremap(mmres->start, resource_size(mmres)); in serial_pxa_probe()
H A Dlantiq.c811 struct resource *mmres; in lqasc_probe() local
815 mmres = platform_get_resource(pdev, IORESOURCE_MEM, 0); in lqasc_probe()
816 if (!mmres) { in lqasc_probe()
838 if (mmres->start == CPHYSADDR(LTQ_EARLY_ASC)) in lqasc_probe()
862 port->mapbase = mmres->start; in lqasc_probe()
H A Dvt8500_serial.c603 struct resource *mmres; in vt8500_serial_probe() local
646 vt8500_port->uart.membase = devm_platform_get_and_ioremap_resource(pdev, 0, &mmres); in vt8500_serial_probe()
669 vt8500_port->uart.mapbase = mmres->start; in vt8500_serial_probe()