/linux-4.1.27/arch/arm/plat-orion/include/plat/ |
D | common.h | 19 resource_size_t mapbase, 24 resource_size_t mapbase, 29 resource_size_t mapbase, 34 resource_size_t mapbase, 38 void __init orion_rtc_init(unsigned long mapbase, 42 unsigned long mapbase, 48 unsigned long mapbase, 54 unsigned long mapbase, 59 unsigned long mapbase, 66 void __init orion_i2c_init(unsigned long mapbase, [all …]
|
/linux-4.1.27/arch/arm/plat-orion/ |
D | common.c | 59 resource_size_t mapbase, in fill_resources() argument 66 resources[0].start = mapbase; in fill_resources() 67 resources[0].end = mapbase + size; in fill_resources() 91 resource_size_t mapbase, in uart_complete() argument 95 data->mapbase = mapbase; in uart_complete() 101 fill_resources(orion_uart, resources, mapbase, 0xff, irq); in uart_complete() 125 resource_size_t mapbase, in orion_uart0_init() argument 130 membase, mapbase, irq, clk); in orion_uart0_init() 153 resource_size_t mapbase, in orion_uart1_init() argument 158 membase, mapbase, irq, clk); in orion_uart1_init() [all …]
|
/linux-4.1.27/arch/arm/common/ |
D | locomo.c | 249 dev->mapbase = lchip->base + info->offset; in locomo_init_one_child() 251 dev->mapbase = 0; in locomo_init_one_child() 627 static void locomo_m62332_sendbit(void *mapbase, int bit) in locomo_m62332_sendbit() argument 631 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 633 locomo_writel(r, mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 636 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 638 locomo_writel(r, mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 643 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 645 locomo_writel(r, mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 648 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() [all …]
|
D | sa1111.c | 204 void __iomem *mapbase = sachip->base + SA1111_INTC; in sa1111_irq_handler() local 206 stat0 = sa1111_readl(mapbase + SA1111_INTSTATCLR0); in sa1111_irq_handler() 207 stat1 = sa1111_readl(mapbase + SA1111_INTSTATCLR1); in sa1111_irq_handler() 209 sa1111_writel(stat0, mapbase + SA1111_INTSTATCLR0); in sa1111_irq_handler() 213 sa1111_writel(stat1, mapbase + SA1111_INTSTATCLR1); in sa1111_irq_handler() 242 void __iomem *mapbase = sachip->base + SA1111_INTC; in sa1111_mask_lowirq() local 245 ie0 = sa1111_readl(mapbase + SA1111_INTEN0); in sa1111_mask_lowirq() 247 writel(ie0, mapbase + SA1111_INTEN0); in sa1111_mask_lowirq() 253 void __iomem *mapbase = sachip->base + SA1111_INTC; in sa1111_unmask_lowirq() local 256 ie0 = sa1111_readl(mapbase + SA1111_INTEN0); in sa1111_unmask_lowirq() [all …]
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
D | serial.c | 38 resource_size_t mapbase; member 47 .mapbase = LPC32XX_UART5_BASE, 54 .mapbase = LPC32XX_UART3_BASE, 61 .mapbase = LPC32XX_UART4_BASE, 68 .mapbase = LPC32XX_UART6_BASE, 98 puart = uartinit_data[i].mapbase; in lpc32xx_serial_init() 112 puart = uartinit_data[i].mapbase; in lpc32xx_serial_init()
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | device.c | 28 .mapbase = MCFUART_BASE0, 32 .mapbase = MCFUART_BASE1, 37 .mapbase = MCFUART_BASE2, 43 .mapbase = MCFUART_BASE3, 49 .mapbase = MCFUART_BASE4, 55 .mapbase = MCFUART_BASE5, 61 .mapbase = MCFUART_BASE6, 67 .mapbase = MCFUART_BASE7, 73 .mapbase = MCFUART_BASE8, 79 .mapbase = MCFUART_BASE9,
|
/linux-4.1.27/drivers/mcb/ |
D | mcb-pci.c | 20 phys_addr_t mapbase; member 51 priv->mapbase = pci_resource_start(pdev, 0); in mcb_pci_probe() 52 if (!priv->mapbase) { in mcb_pci_probe() 57 res = request_mem_region(priv->mapbase, CHAM_HEADER_SIZE, in mcb_pci_probe() 65 priv->base = ioremap(priv->mapbase, CHAM_HEADER_SIZE); in mcb_pci_probe() 90 ret = chameleon_parse_cells(priv->bus, priv->mapbase, priv->base); in mcb_pci_probe() 117 release_region(priv->mapbase, CHAM_HEADER_SIZE); in mcb_pci_remove()
|
D | mcb-parse.c | 11 phys_addr_t mapbase; member 29 phys_addr_t mapbase, in chameleon_parse_bdd() argument 36 phys_addr_t mapbase, in chameleon_parse_gdd() argument 70 mdev->mem.start = mapbase + offset; in chameleon_parse_gdd() 88 int chameleon_parse_cells(struct mcb_bus *bus, phys_addr_t mapbase, in chameleon_parse_cells() argument 130 ret = chameleon_parse_gdd(bus, mapbase, p); in chameleon_parse_cells() 136 chameleon_parse_bdd(bus, mapbase, p); in chameleon_parse_cells()
|
D | mcb-internal.h | 116 int chameleon_parse_cells(struct mcb_bus *bus, phys_addr_t mapbase,
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | serial-sh7720.c | 13 if (port->mapbase == 0xa4430000) { /* SCIF0 */ in sh7720_sci_init_pins() 17 } else if (port->mapbase == 0xa4438000) { /* SCIF1 */ in sh7720_sci_init_pins() 23 if (port->mapbase == 0xa4430000) { /* SCIF0 */ in sh7720_sci_init_pins() 27 } else if (port->mapbase == 0xa4438000) { /* SCIF1 */ in sh7720_sci_init_pins()
|
D | serial-sh7710.c | 11 if (port->mapbase == 0xA4400000) { in sh7710_sci_init_pins() 14 } else if (port->mapbase == 0xA4410000) in sh7710_sci_init_pins()
|
/linux-4.1.27/drivers/ide/ |
D | tx4939ide.c | 544 unsigned long mapbase; in tx4939ide_probe() local 556 mapbase = (unsigned long)devm_ioremap(&pdev->dev, res->start, in tx4939ide_probe() 558 if (!mapbase) in tx4939ide_probe() 562 mapbase + tx4939ide_swizzlew(TX4939IDE_Data); in tx4939ide_probe() 564 mapbase + tx4939ide_swizzleb(TX4939IDE_Error_Feature); in tx4939ide_probe() 566 mapbase + tx4939ide_swizzleb(TX4939IDE_Sec); in tx4939ide_probe() 568 mapbase + tx4939ide_swizzleb(TX4939IDE_LBA0); in tx4939ide_probe() 570 mapbase + tx4939ide_swizzleb(TX4939IDE_LBA1); in tx4939ide_probe() 572 mapbase + tx4939ide_swizzleb(TX4939IDE_LBA2); in tx4939ide_probe() 574 mapbase + tx4939ide_swizzleb(TX4939IDE_DevHead); in tx4939ide_probe() [all …]
|
D | tx4938ide.c | 137 unsigned long mapbase, mapctl; in tx4938ide_probe() local 150 mapbase = (unsigned long)devm_ioremap(&pdev->dev, res->start, in tx4938ide_probe() 156 if (!mapbase || !mapctl) in tx4938ide_probe() 161 unsigned long port = mapbase; in tx4938ide_probe() 174 ide_std_init_ports(&hw, mapbase, mapctl); in tx4938ide_probe() 179 mapbase, mapctl, hw.irq); in tx4938ide_probe()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_hp300.c | 117 port.mapbase = (FRODO_BASE + FRODO_APCI_OFFSET(1)); in hp300_setup_serial_console() 118 port.membase = (char *)(port.mapbase + DIO_VIRADDRBASE); in hp300_setup_serial_console() 134 port.mapbase = (pa + UART_OFFSET); in hp300_setup_serial_console() 135 port.membase = (char *)(port.mapbase + DIO_VIRADDRBASE); in hp300_setup_serial_console() 176 uart.port.mapbase = (d->resource.start + UART_OFFSET); in hpdca_init_one() 177 uart.port.membase = (char *)(uart.port.mapbase + DIO_VIRADDRBASE); in hpdca_init_one() 257 uart.port.mapbase = base; in hp300_8250_init()
|
D | 8250_pnp.c | 459 uart.port.mapbase = pnp_mem_start(dev, 0); in serial_pnp_probe() 468 uart.port.iobase, uart.port.mapbase, uart.port.irq, uart.port.iotype); in serial_pnp_probe()
|
D | 8250_dma.c | 171 dma->rxconf.src_addr = p->port.mapbase + UART_RX; in serial8250_request_dma() 175 dma->txconf.dst_addr = p->port.mapbase + UART_TX; in serial8250_request_dma()
|
D | 8250_gsc.c | 61 uart.port.mapbase = address; in serial_init_chip()
|
D | 8250_acorn.c | 75 uart.port.mapbase = bus_addr + type->offset[i]; in serial_card_probe()
|
D | 8250.h | 145 switch (pt->port.mapbase) { in is_omap1_8250()
|
D | 8250_core.c | 1153 if (!port->iobase && !port->mapbase && !port->membase) in autoconfig() 2779 if (!port->mapbase) in serial8250_request_std_resource() 2782 if (!request_mem_region(port->mapbase, size, "serial")) { in serial8250_request_std_resource() 2788 port->membase = ioremap_nocache(port->mapbase, size); in serial8250_request_std_resource() 2790 release_mem_region(port->mapbase, size); in serial8250_request_std_resource() 2816 if (!port->mapbase) in serial8250_release_std_resource() 2824 release_mem_region(port->mapbase, size); in serial8250_release_std_resource() 3533 (port->mapbase != addr)) in univ8250_console_match() 3603 p->mapbase = port->mapbase; in early_serial_setup() 3693 uart.port.mapbase = p->mapbase; in serial8250_probe() [all …]
|
D | 8250_em.c | 114 up.port.mapbase = regs->start; in serial8250_em_probe()
|
D | 8250_mtk.c | 183 uart.port.mapbase = regs->start; in mtk8250_probe()
|
D | 8250_dw.c | 422 uart.port.mapbase = regs->start; in dw8250_probe()
|
D | 8250_omap.c | 1066 up.port.mapbase = regs->start; in omap8250_probe()
|
D | 8250_pci.c | 96 port->port.mapbase = pci_resource_start(dev, bar) + offset; in setup_port() 102 port->port.mapbase = 0; in setup_port()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | capc7117.c | 83 .mapbase = 0x14000000, 92 .mapbase = 0x14000040, 101 .mapbase = 0x14000080, 110 .mapbase = 0x140000c0,
|
D | zeus.c | 238 .mapbase = 0x10000000, 247 .mapbase = 0x10800000, 256 .mapbase = 0x11000000, 265 .mapbase = 0x11800000, 276 .mapbase = __PREG(FFUART), 285 .mapbase = __PREG(BTUART), 294 .mapbase = __PREG(STUART),
|
D | viper.c | 523 .mapbase = __PREG(FFUART), 532 .mapbase = __PREG(BTUART), 541 .mapbase = __PREG(STUART), 550 .mapbase = VIPER_UARTA_PHYS, 560 .mapbase = VIPER_UARTB_PHYS,
|
/linux-4.1.27/arch/x86/platform/ce4100/ |
D | ce4100.c | 104 up->mapbase = 0xdffe0200; in ce4100_serial_fixup() 106 up->mapbase & PAGE_MASK); in ce4100_serial_fixup() 109 up->membase += up->mapbase & ~PAGE_MASK; in ce4100_serial_fixup() 110 up->mapbase += port * 0x100; in ce4100_serial_fixup()
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | msp_serial.c | 107 up.mapbase = MSP_UART0_BASE; in msp_serial_setup() 108 up.membase = ioremap_nocache(up.mapbase, MSP_UART_REG_LEN); in msp_serial_setup() 145 up.mapbase = MSP_UART1_BASE; in msp_serial_setup() 146 up.membase = ioremap_nocache(up.mapbase, MSP_UART_REG_LEN); in msp_serial_setup()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-sa1111.c | 140 dev->mapbase + USB_RESET); in sa1111_start_hc() 149 sa1111_writel(usb_rst, dev->mapbase + USB_RESET); in sa1111_start_hc() 164 usb_rst = sa1111_readl(dev->mapbase + USB_RESET); in sa1111_stop_hc() 166 dev->mapbase + USB_RESET); in sa1111_stop_hc() 207 hcd->regs = dev->mapbase; in ohci_hcd_sa1111_probe()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/ |
D | vulcan-setup.c | 79 .mapbase = IXP4XX_UART1_BASE_PHYS, 88 .mapbase = IXP4XX_UART2_BASE_PHYS, 215 vulcan_uart_data[2].mapbase = vulcan_uart_resources[2].start; in vulcan_init() 216 vulcan_uart_data[3].mapbase = vulcan_uart_data[2].mapbase + 8; in vulcan_init()
|
D | coyote-setup.c | 63 .mapbase = IXP4XX_UART2_BASE_PHYS, 102 coyote_uart_data[0].mapbase = IXP4XX_UART1_BASE_PHYS; in coyote_init()
|
D | avila-setup.c | 80 .mapbase = IXP4XX_UART1_BASE_PHYS, 89 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | dsmg600-setup.c | 129 .mapbase = IXP4XX_UART1_BASE_PHYS, 138 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | nslu2-setup.c | 143 .mapbase = IXP4XX_UART1_BASE_PHYS, 152 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | omixp-setup.c | 127 .mapbase = IXP4XX_UART2_BASE_PHYS, 135 .mapbase = IXP4XX_UART1_BASE_PHYS,
|
D | nas100d-setup.c | 131 .mapbase = IXP4XX_UART1_BASE_PHYS, 140 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | fsg-setup.c | 91 .mapbase = IXP4XX_UART1_BASE_PHYS, 100 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | ixdp425-setup.c | 153 .mapbase = IXP4XX_UART1_BASE_PHYS, 162 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | gateway7001-setup.c | 57 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | wg302v2-setup.c | 58 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | gtwx5715-setup.c | 109 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
D | goramo_mlr.c | 249 .mapbase = IXP4XX_UART1_BASE_PHYS, 259 .mapbase = IXP4XX_UART2_BASE_PHYS,
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | serial.c | 68 .mapbase = OMAP1_UART1_BASE, 76 .mapbase = OMAP1_UART2_BASE, 84 .mapbase = OMAP1_UART3_BASE, 129 serial_platform_data[i].mapbase = 0; in omap_serial_init() 135 ioremap(serial_platform_data[i].mapbase, SZ_2K); in omap_serial_init()
|
D | board-voiceblue.c | 47 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x40000), 54 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x50000), 61 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x60000), 68 .mapbase = (unsigned long)(OMAP_CS1_PHYS + 0x70000),
|
D | board-ams-delta.c | 529 .mapbase = MODEM_PHYS,
|
/linux-4.1.27/drivers/tty/serial/ |
D | earlycon.c | 77 port->mapbase = addr; in parse_options() 96 (unsigned long long)port->mapbase, in parse_options() 116 if (port->mapbase) in register_earlycon() 117 port->membase = earlycon_map(port->mapbase, 64); in register_earlycon() 203 port->mapbase = addr; in of_setup_earlycon()
|
D | uartlite.c | 320 release_mem_region(port->mapbase, ULITE_REGION); in ulite_release_port() 330 port, (unsigned long long) port->mapbase); in ulite_request_port() 332 if (!request_mem_region(port->mapbase, ULITE_REGION, "uartlite")) { in ulite_request_port() 337 port->membase = ioremap(port->mapbase, ULITE_REGION); in ulite_request_port() 340 release_mem_region(port->mapbase, ULITE_REGION); in ulite_request_port() 485 if (!port->mapbase) { in ulite_console_setup() 557 if (ulite_ports[id].mapbase == 0) in ulite_assign() 565 if ((ulite_ports[id].mapbase) && (ulite_ports[id].mapbase != base)) { in ulite_assign() 578 port->mapbase = base; in ulite_assign() 593 port->mapbase = 0; in ulite_assign() [all …]
|
D | lpc32xx_hs.c | 448 static void lpc32xx_loopback_set(resource_size_t mapbase, int state) in lpc32xx_loopback_set() argument 453 switch (mapbase) { in lpc32xx_loopback_set() 464 WARN(1, "lpc32xx_hs: Warning: Unknown port at %08x\n", mapbase); in lpc32xx_loopback_set() 501 lpc32xx_loopback_set(port->mapbase, 0); /* get out of loopback mode */ in serial_lpc32xx_startup() 526 lpc32xx_loopback_set(port->mapbase, 1); /* go to loopback mode */ in serial_lpc32xx_shutdown() 581 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_release_port() 587 release_mem_region(port->mapbase, SZ_4K); in serial_lpc32xx_release_port() 595 if ((port->iotype == UPIO_MEM32) && (port->mapbase)) { in serial_lpc32xx_request_port() 598 if (!request_mem_region(port->mapbase, SZ_4K, MODNAME)) in serial_lpc32xx_request_port() 601 port->membase = ioremap(port->mapbase, SZ_4K); in serial_lpc32xx_request_port() [all …]
|
D | serial_txx9.c | 760 if (!up->port.mapbase) in serial_txx9_request_resource() 763 if (!request_mem_region(up->port.mapbase, size, "serial_txx9")) { in serial_txx9_request_resource() 769 up->port.membase = ioremap(up->port.mapbase, size); in serial_txx9_request_resource() 771 release_mem_region(up->port.mapbase, size); in serial_txx9_request_resource() 791 if (!up->port.mapbase) in serial_txx9_release_resource() 799 release_mem_region(up->port.mapbase, size); in serial_txx9_release_resource() 883 if (up->port.iobase || up->port.mapbase) in serial_txx9_register_ports() 1038 if (!(uart->port.iobase || uart->port.mapbase)) in serial_txx9_register_port() 1050 uart->port.mapbase = port->mapbase; in serial_txx9_register_port() 1077 uart->port.mapbase = 0; in serial_txx9_unregister_port() [all …]
|
D | mcf.c | 499 for (i = 0; ((i < MCF_MAXPORTS) && (platp[i].mapbase)); i++) { in early_mcf_setup() 504 port->mapbase = platp[i].mapbase; in early_mcf_setup() 506 (unsigned char __iomem *) port->mapbase; in early_mcf_setup() 624 for (i = 0; ((i < MCF_MAXPORTS) && (platp[i].mapbase)); i++) { in mcf_probe() 629 port->mapbase = platp[i].mapbase; in mcf_probe() 631 (unsigned char __iomem *) platp[i].mapbase; in mcf_probe()
|
D | vr41xx_siu.c | 638 release_mem_region(port->mapbase, size); in siu_release_port() 647 res = request_mem_region(port->mapbase, size, siu_type_name(port)); in siu_request_port() 652 port->membase = ioremap(port->mapbase, size); in siu_request_port() 678 if (port->mapbase != (unsigned long)serial->iomem_base) in siu_verify_port() 727 port->mapbase = res->start; in siu_init_ports() 798 if (port->mapbase == 0) in siu_console_setup() 800 port->membase = ioremap(port->mapbase, siu_port_size(port)); in siu_console_setup() 849 siu_uart_ports[port->line].mapbase = port->mapbase; in vr41xx_siu_early_setup()
|
D | altera_uart.c | 546 if (altera_uart_ports[i].port.mapbase == 0) in altera_uart_probe() 557 port->mapbase = res_mem->start; in altera_uart_probe() 559 port->mapbase = platp->mapbase; in altera_uart_probe() 578 port->membase = ioremap(port->mapbase, ALTERA_UART_SIZE); in altera_uart_probe() 607 port->mapbase = 0; in altera_uart_remove()
|
D | timbuart.c | 338 release_mem_region(port->mapbase, size); in timbuart_release_port() 347 if (!request_mem_region(port->mapbase, size, "timb-uart")) in timbuart_request_port() 351 port->membase = ioremap(port->mapbase, size); in timbuart_request_port() 353 release_mem_region(port->mapbase, size); in timbuart_request_port() 456 uart->port.mapbase = iomem->start; in timbuart_probe()
|
D | altera_jtaguart.c | 421 port->mapbase = res_mem->start; in altera_jtaguart_probe() 423 port->mapbase = platp->mapbase; in altera_jtaguart_probe() 435 port->membase = ioremap(port->mapbase, ALTERA_JTAGUART_SIZE); in altera_jtaguart_probe()
|
D | mpc52xx_uart.c | 651 psc_num = (port->mapbase & 0xf00) >> 8; in mpc512x_psc_handle_irq() 669 psc_num = (port->mapbase & 0xf00) >> 8; in mpc512x_psc_alloc_clock() 717 psc_num = (port->mapbase & 0xf00) >> 8; in mpc512x_psc_relse_clock() 739 psc_num = (port->mapbase & 0xf00) >> 8; in mpc512x_psc_endis_clock() 1278 release_mem_region(port->mapbase, sizeof(struct mpc52xx_psc)); in mpc52xx_uart_release_port() 1287 port->membase = ioremap(port->mapbase, in mpc52xx_uart_request_port() 1293 err = request_mem_region(port->mapbase, sizeof(struct mpc52xx_psc), in mpc52xx_uart_request_port() 1308 release_mem_region(port->mapbase, sizeof(struct mpc52xx_psc)); in mpc52xx_uart_request_port() 1334 (ser->iomem_base != (void *)port->mapbase) || in mpc52xx_uart_verify_port() 1650 port->mapbase = res.start; in mpc52xx_console_setup() [all …]
|
D | sa1100.c | 538 release_mem_region(sport->port.mapbase, UART_PORT_SIZE); in sa1100_release_port() 549 return request_mem_region(sport->port.mapbase, UART_PORT_SIZE, in sa1100_request_port() 586 if ((void *)sport->port.mapbase != ser->iomem_base) in sa1100_verify_port() 680 sa1100_ports[idx].port.mapbase = _Ser1UTCR0; in sa1100_register_uart() 687 sa1100_ports[idx].port.mapbase = _Ser2UTCR0; in sa1100_register_uart() 694 sa1100_ports[idx].port.mapbase = _Ser3UTCR0; in sa1100_register_uart() 871 if (sa1100_ports[i].port.mapbase != res->start) in sa1100_serial_probe()
|
D | mux.c | 484 port->mapbase = dev->hpa.start + MUX_OFFSET + in mux_probe() 486 port->membase = ioremap_nocache(port->mapbase, MUX_LINE_OFFSET); in mux_probe() 518 if(mux_ports[i].port.mapbase == dev->hpa.start + MUX_OFFSET) in mux_remove()
|
D | netx-serial.c | 439 release_mem_region(port->mapbase, UART_PORT_SIZE); in netx_release_port() 444 return request_mem_region(port->mapbase, UART_PORT_SIZE, in netx_request_port() 490 .mapbase = NETX_PA_UART0, 503 .mapbase = NETX_PA_UART1, 516 .mapbase = NETX_PA_UART2,
|
D | ip22zilog.c | 1106 up[(chip * 2) + 0].port.mapbase = in ip22zilog_prepare() 1108 up[(chip * 2) + 1].port.mapbase = in ip22zilog_prepare() 1204 if (up[(i * 2) + 0].port.mapbase) { in ip22zilog_exit() 1205 iounmap((void*)up[(i * 2) + 0].port.mapbase); in ip22zilog_exit() 1206 up[(i * 2) + 0].port.mapbase = 0; in ip22zilog_exit() 1208 if (up[(i * 2) + 1].port.mapbase) { in ip22zilog_exit() 1209 iounmap((void*)up[(i * 2) + 1].port.mapbase); in ip22zilog_exit() 1210 up[(i * 2) + 1].port.mapbase = 0; in ip22zilog_exit()
|
D | apbuart.c | 295 release_mem_region(port->mapbase, 0x100); in apbuart_release_port() 300 return request_mem_region(port->mapbase, 0x100, "grlib-apbuart") in apbuart_request_port() 571 (unsigned long long) port->mapbase, port->irq); in apbuart_probe() 622 port->mapbase = addr; in grlib_apbuart_configure()
|
D | 21285.c | 307 release_mem_region(port->mapbase, 32); in serial21285_release_port() 312 return request_mem_region(port->mapbase, 32, serial21285_name) in serial21285_request_port() 356 .mapbase = 0x42000160,
|
D | xilinx_uartps.c | 877 if (!request_mem_region(port->mapbase, CDNS_UART_REGISTER_SPACE, in cdns_uart_request_port() 882 port->membase = ioremap(port->mapbase, CDNS_UART_REGISTER_SPACE); in cdns_uart_request_port() 885 release_mem_region(port->mapbase, CDNS_UART_REGISTER_SPACE); in cdns_uart_request_port() 900 release_mem_region(port->mapbase, CDNS_UART_REGISTER_SPACE); in cdns_uart_release_port() 1029 if (cdns_uart_port[id].mapbase != 0) { in cdns_uart_get_port() 1032 if (cdns_uart_port[id].mapbase == 0) in cdns_uart_get_port() 1413 port->mapbase = res->start; in cdns_uart_probe() 1460 port->mapbase = 0; in cdns_uart_remove()
|
D | dz.c | 673 release_mem_region(uport->mapbase, dec_kn_slot_size); in dz_release_port() 679 uport->membase = ioremap_nocache(uport->mapbase, in dz_map_port() 696 if (!request_mem_region(uport->mapbase, dec_kn_slot_size, in dz_request_port() 708 release_mem_region(uport->mapbase, dec_kn_slot_size); in dz_request_port() 788 uport->mapbase = base; in dz_init_ports()
|
D | men_z135_uart.c | 740 release_mem_region(port->mapbase, MEN_Z135_MEM_SIZE); in men_z135_release_port() 747 if (!request_mem_region(port->mapbase, size, "men_z135_port")) in men_z135_request_port() 750 port->membase = ioremap(port->mapbase, MEN_Z135_MEM_SIZE); in men_z135_request_port() 752 release_mem_region(port->mapbase, MEN_Z135_MEM_SIZE); in men_z135_request_port() 838 uart->port.mapbase = mem->start; in men_z135_probe()
|
D | m32r_sio.c | 815 if (up->port.mapbase) { in m32r_sio_request_std_resource() 817 *res = request_mem_region(up->port.mapbase, size, "serial"); in m32r_sio_request_std_resource() 819 start = up->port.mapbase; in m32r_sio_request_std_resource() 846 if (up->port.mapbase) { in m32r_sio_release_port() 853 start = up->port.mapbase; in m32r_sio_release_port() 889 up->port.membase = ioremap(up->port.mapbase, size); in m32r_sio_request_port()
|
D | sb1250-duart.c | 667 release_mem_region(uport->mapbase, DUART_CHANREG_SPACING); in sbd_release_port() 677 uport->membase = ioremap_nocache(uport->mapbase, in sbd_map_port() 704 if (!request_mem_region(uport->mapbase, DUART_CHANREG_SPACING, in sbd_request_port() 728 release_mem_region(uport->mapbase, DUART_CHANREG_SPACING); in sbd_request_port() 823 uport->mapbase = SBD_CHANREGS(line); in sbd_probe_duarts()
|
D | of_serial.c | 91 port->mapbase = resource.start; in of_platform_serial_setup() 96 port->mapbase += prop; in of_platform_serial_setup()
|
D | pnx8xxx_uart.c | 578 release_mem_region(sport->port.mapbase, UART_PORT_SIZE); in pnx8xxx_release_port() 588 return request_mem_region(sport->port.mapbase, UART_PORT_SIZE, in pnx8xxx_request_port() 625 if ((void *)sport->port.mapbase != ser->iomem_base) in pnx8xxx_verify_port() 806 if (pnx8xxx_ports[i].port.mapbase != res->start) in pnx8xxx_serial_probe()
|
D | pch_uart.c | 231 resource_size_t mapbase; member 748 param->tx_reg = port->mapbase + UART_TX; in pch_request_dma() 762 param->rx_reg = port->mapbase + UART_RX; in pch_request_dma() 1758 unsigned int mapbase; in pch_uart_init_port() local 1796 mapbase = pci_resource_start(pdev, 1); in pch_uart_init_port() 1797 priv->mapbase = mapbase; in pch_uart_init_port() 1810 priv->port.mapbase = mapbase; in pch_uart_init_port()
|
D | serial_ks8695.c | 490 release_mem_region(port->mapbase, UART_PORT_SIZE); in ks8695uart_release_port() 498 return request_mem_region(port->mapbase, UART_PORT_SIZE, in ks8695uart_request_port() 551 .mapbase = KS8695_UART_PA,
|
D | msm_serial.c | 610 release_mem_region(port->mapbase, size); in msm_release_port() 628 if (!request_mem_region(port->mapbase, size, "msm_serial")) in msm_request_port() 631 port->membase = ioremap(port->mapbase, size); in msm_request_port() 640 release_mem_region(port->mapbase, size); in msm_request_port() 1074 port->mapbase = resource->start; in msm_serial_probe()
|
D | samsung.c | 887 dma->rx_conf.src_addr = p->port.mapbase + S3C2410_URXH; in s3c24xx_serial_request_dma() 892 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma() 1004 port, (unsigned long long)port->mapbase, port->membase); in s3c24xx_serial_startup() 1052 port, (unsigned long long)port->mapbase, port->membase); in s3c64xx_serial_startup() 1427 release_mem_region(port->mapbase, MAP_SIZE); in s3c24xx_serial_release_port() 1433 return request_mem_region(port->mapbase, MAP_SIZE, name) ? 0 : -EBUSY; in s3c24xx_serial_request_port() 1703 if (port->mapbase != 0) in s3c24xx_serial_init_port() 1736 port->mapbase = res->start; in s3c24xx_serial_init_port() 1784 &port->mapbase, port->membase, port->irq, in s3c24xx_serial_init_port() 2142 if (port->mapbase == 0x0) in s3c24xx_serial_console_setup()
|
D | meson_uart.c | 391 if (!devm_request_mem_region(port->dev, port->mapbase, size, in meson_uart_request_port() 399 port->mapbase, in meson_uart_request_port() 560 port->mapbase = res_mem->start; in meson_uart_probe()
|
D | serial_core.c | 694 retinfo->iomem_base = (void *)(unsigned long)uport->mapbase; in do_uart_get_info() 750 (unsigned long)new_info->iomem_base != uport->mapbase || in uart_set_info() 810 old_mapbase = uport->mapbase; in uart_set_info() 827 uport->mapbase = (unsigned long)new_info->iomem_base; in uart_set_info() 849 uport->mapbase = old_mapbase; in uart_set_info() 1678 mmio ? (unsigned long long)uport->mapbase in uart_line_info() 2186 "MMIO 0x%llx", (unsigned long long)port->mapbase); in uart_report_port() 2210 if (!port->iobase && !port->mapbase && !port->membase) in uart_configure_port() 2832 return (port1->mapbase == port2->mapbase); in uart_match_port()
|
D | zs.c | 988 release_mem_region(uport->mapbase, ZS_CHAN_IO_SIZE); in zs_release_port() 994 uport->membase = ioremap_nocache(uport->mapbase, in zs_map_port() 1007 if (!request_mem_region(uport->mapbase, ZS_CHAN_IO_SIZE, "scc")) { in zs_request_port() 1013 release_mem_region(uport->mapbase, ZS_CHAN_IO_SIZE); in zs_request_port() 1115 uport->mapbase = dec_kn_slot_base + in zs_probe_sccs()
|
D | nwpserial.c | 386 up->port.mapbase = port->mapbase; in nwpserial_register_port()
|
D | amba-pl010.c | 519 release_mem_region(port->mapbase, UART_PORT_SIZE); in pl010_release_port() 527 return request_mem_region(port->mapbase, UART_PORT_SIZE, "uart-pl010") in pl010_request_port() 738 uap->port.mapbase = dev->res.start; in pl010_probe()
|
D | atmel_serial.c | 880 config.dst_addr = port->mapbase + ATMEL_US_THR; in atmel_prepare_tx_dma() 1060 config.src_addr = port->mapbase + ATMEL_US_RHR; in atmel_prepare_rx_dma() 2143 release_mem_region(port->mapbase, size); in atmel_release_port() 2159 if (!request_mem_region(port->mapbase, size, "atmel_serial")) in atmel_request_port() 2163 port->membase = ioremap(port->mapbase, size); in atmel_request_port() 2165 release_mem_region(port->mapbase, size); in atmel_request_port() 2198 if ((void *)port->mapbase != ser->iomem_base) in atmel_verify_port() 2271 port->mapbase = pdev->resource[0].start; in atmel_init_port()
|
D | lantiq.c | 531 port->mapbase, size); in lqasc_request_port() 716 port->mapbase = mmres->start; in lqasc_probe()
|
D | st-asc.c | 682 port->mapbase = res->start; in asc_init_port() 853 if (ascport->port.mapbase == 0 || ascport->port.membase == NULL) in asc_console_setup()
|
D | bcm63xx_uart.c | 628 if (port->mapbase != (unsigned long)serinfo->iomem_base) in bcm_uart_verify_port() 831 port->mapbase = res_mem->start; in bcm_uart_probe()
|
D | efm32-uart.c | 446 port->membase = ioremap(port->mapbase, 60); in efm32_uart_request_port() 741 efm_port->port.mapbase = res->start; in efm32_uart_probe()
|
D | sunzilog.c | 1434 up[0].port.mapbase = op->resource[0].start + 0x00; in zs_probe() 1451 up[1].port.mapbase = op->resource[0].start + 0x04; in zs_probe() 1494 (unsigned long long) up[0].port.mapbase, in zs_probe() 1499 (unsigned long long) up[1].port.mapbase, in zs_probe()
|
D | serial-tegra.c | 944 dma_sconfig.src_addr = tup->uport.mapbase; in tegra_uart_dma_channel_allocate() 948 dma_sconfig.dst_addr = tup->uport.mapbase; in tegra_uart_dma_channel_allocate() 1306 u->mapbase = resource->start; in tegra_uart_probe()
|
D | amba-pl011.c | 274 .dst_addr = uap->port.mapbase + UART01x_DR, in pl011_dma_probe() 329 .src_addr = uap->port.mapbase + UART01x_DR, in pl011_dma_probe() 1916 release_mem_region(port->mapbase, SZ_4K); in pl011_release_port() 1924 return request_mem_region(port->mapbase, SZ_4K, "uart-pl011") in pl011_request_port() 2240 uap->port.mapbase = dev->res.start; in pl011_probe()
|
D | sh-sci.c | 2101 port->membase = ioremap_nocache(port->mapbase, size); in sci_remap_port() 2112 port->membase = (void __iomem *)(uintptr_t)port->mapbase; in sci_remap_port() 2125 release_mem_region(port->mapbase, sci_port_size(port)); in sci_release_port() 2134 res = request_mem_region(port->mapbase, size, dev_name(port->dev)); in sci_request_port() 2209 port->mapbase = res->start; in sci_init_single()
|
D | rp2.c | 706 p->mapbase = phys_base + RP2_PORT_BASE + j*RP2_PORT_SPACING; in rp2_fw_cb() 712 p->mapbase += RP2_ASIC_SPACING; in rp2_fw_cb()
|
D | sirfsoc_uart.c | 1154 ret = request_mem_region(port->mapbase, in sirfsoc_uart_request_port() 1161 release_mem_region(port->mapbase, SIRFUART_MAP_SIZE); in sirfsoc_uart_release_port() 1205 if (!port->mapbase) in sirfsoc_uart_console_setup() 1375 port->mapbase = res->start; in sirfsoc_uart_probe()
|
D | imx.c | 1010 slave_config.src_addr = sport->port.mapbase + URXD0; in imx_uart_dma_init() 1034 slave_config.dst_addr = sport->port.mapbase + URTX0; in imx_uart_dma_init() 1476 if (sport->port.mapbase != (unsigned long)ser->iomem_base) in imx_verify_port() 1930 sport->port.mapbase = res->start; in serial_imx_probe()
|
D | pmac_zilog.c | 1428 uap->port.mapbase = r_ports.start; in pmz_init_port() 1429 uap->port.membase = ioremap(uap->port.mapbase, 0x1000); in pmz_init_port() 1726 uap->port.mapbase = r_ports->start; in pmz_init_port()
|
D | digicolor-usart.c | 479 dp->port.mapbase = res->start; in digicolor_uart_probe()
|
D | clps711x.c | 494 s->port.mapbase = res->start; in uart_clps711x_probe()
|
D | fsl_lpuart.c | 982 dma_tx_sconfig.dst_addr = sport->port.mapbase + UARTDR; in lpuart_dma_tx_request() 1026 dma_rx_sconfig.src_addr = sport->port.mapbase + UARTDR; in lpuart_dma_rx_request() 1790 sport->port.mapbase = res->start; in lpuart_probe()
|
D | ioc4_serial.c | 1803 ioc4_set_proto(port, the_port->mapbase); in ic4_startup_local() 2378 if (the_port->mapbase == PROTO_RS232) in ic4_type() 2744 the_port->mapbase = port_type; in ioc4_serial_core_attach()
|
D | ar933x_uart.c | 689 port->mapbase = mem_res->start; in ar933x_uart_probe()
|
D | vt8500_serial.c | 708 vt8500_port->uart.mapbase = mmres->start; in vt8500_serial_probe()
|
D | sprd_serial.c | 727 up->mapbase = res->start; in sprd_probe()
|
D | sunsu.c | 1218 (unsigned long long) up->port.mapbase, in sunsu_kbd_ms_init() 1441 up->port.mapbase = rp->start; in su_probe()
|
D | bfin_uart.c | 1277 uart->port.mapbase = res->start; in bfin_serial_probe() 1452 bfin_earlyprintk_port.port.mapbase = res->start; in bfin_earlyprintk_probe()
|
D | bfin_sport_uart.c | 800 sport->port.mapbase = res->start; in sport_uart_probe()
|
D | pxa.c | 881 sport->port.mapbase = mmres->start; in serial_pxa_probe()
|
D | mpsc.c | 1540 else if ((void *)pi->port.mapbase != ser->iomem_base) in mpsc_verify_port() 2049 pi->port.mapbase = (ulong)pi->mpsc_base; in mpsc_drv_get_platform_data()
|
D | sccnxp.c | 950 s->port[i].mapbase = res->start; in sccnxp_probe()
|
D | ucc_uart.c | 1275 qe_port->port.mapbase = res.start; in ucc_uart_probe()
|
D | sunsab.c | 975 up->port.mapbase = op->resource[0].start + offset; in sunsab_init_one()
|
D | mxs-auart.c | 1256 s->port.mapbase = r->start; in mxs_auart_probe()
|
D | ioc3_serial.c | 1942 the_port->mapbase = 1; in ioc3_serial_core_attach()
|
D | omap-serial.c | 1694 up->port.mapbase = mem->start; in serial_omap_probe()
|
/linux-4.1.27/drivers/video/backlight/ |
D | locomolcd.c | 52 locomo_writel(0x01, locomolcd_dev->mapbase + LOCOMO_TC); in locomolcd_on() 55 locomo_writel(6, locomolcd_dev->mapbase + LOCOMO_CPSD); in locomolcd_on() 58 locomo_writel((0x04 | 0x01), locomolcd_dev->mapbase + LOCOMO_TC); in locomolcd_on() 68 locomo_writel(0x06, locomolcd_dev->mapbase + LOCOMO_TC); in locomolcd_off() 78 locomo_writel(0, locomolcd_dev->mapbase + LOCOMO_TC); in locomolcd_off()
|
/linux-4.1.27/arch/mips/ath25/ |
D | devices.c | 73 void __init ath25_serial_setup(u32 mapbase, int irq, unsigned int uartclk) in ath25_serial_setup() argument 83 s.mapbase = mapbase; in ath25_serial_setup()
|
D | devices.h | 30 void ath25_serial_setup(u32 mapbase, int irq, unsigned int uartclk);
|
/linux-4.1.27/drivers/clocksource/ |
D | sh_tmu.c | 60 void __iomem *mapbase; member 95 return ioread8(ch->tmu->mapbase + 2); in sh_tmu_read() 97 return ioread8(ch->tmu->mapbase + 4); in sh_tmu_read() 117 return iowrite8(value, ch->tmu->mapbase + 2); in sh_tmu_write() 119 return iowrite8(value, ch->tmu->mapbase + 4); in sh_tmu_write() 478 ch->base = tmu->mapbase + 4 + ch->index * 12; in sh_tmu_channel_setup() 480 ch->base = tmu->mapbase + 8 + ch->index * 12; in sh_tmu_channel_setup() 506 tmu->mapbase = ioremap_nocache(res->start, resource_size(res)); in sh_tmu_map_memory() 507 if (tmu->mapbase == NULL) in sh_tmu_map_memory() 598 iounmap(tmu->mapbase); in sh_tmu_setup()
|
D | sh_mtu2.c | 48 void __iomem *mapbase; member 165 return ioread8(ch->mtu->mapbase + 0x280); in sh_mtu2_read() 181 return iowrite8(value, ch->mtu->mapbase + 0x280); in sh_mtu2_write() 375 ch->base = mtu->mapbase + channel_offsets[index]; in sh_mtu2_setup_channel() 391 mtu->mapbase = ioremap_nocache(res->start, resource_size(res)); in sh_mtu2_map_memory() 392 if (mtu->mapbase == NULL) in sh_mtu2_map_memory() 448 iounmap(mtu->mapbase); in sh_mtu2_setup()
|
D | sh_cmt.c | 119 void __iomem *mapbase; member 244 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 253 ch->cmt->info->write_control(ch->cmt->mapbase, 0, value); in sh_cmt_write_cmstr() 869 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6; in sh_cmt_setup_channel() 873 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10; in sh_cmt_setup_channel() 880 ch->ioctrl = cmt->mapbase + 0x40; in sh_cmt_setup_channel() 883 ch->iostart = cmt->mapbase + ch->hwidx * 0x100; in sh_cmt_setup_channel() 920 cmt->mapbase = ioremap_nocache(mem->start, resource_size(mem)); in sh_cmt_map_memory() 921 if (cmt->mapbase == NULL) { in sh_cmt_map_memory() 1034 iounmap(cmt->mapbase); in sh_cmt_setup()
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | h3xxx.c | 114 if (port->mapbase == _Ser3UTCR0) { in h3xxx_uart_set_mctrl() 125 if (port->mapbase == _Ser3UTCR0) { in h3xxx_uart_get_mctrl() 142 if (port->mapbase == _Ser3UTCR0) { in h3xxx_uart_pm() 161 if (port->mapbase == _Ser3UTCR0) { in h3xxx_uart_set_wake()
|
D | neponset.c | 104 if (port->mapbase == _Ser1UTCR0) { in neponset_set_mctrl() 114 } else if (port->mapbase == _Ser3UTCR0) { in neponset_set_mctrl() 139 if (port->mapbase == _Ser1UTCR0) { in neponset_get_mctrl() 146 } else if (port->mapbase == _Ser3UTCR0) { in neponset_get_mctrl()
|
D | assabet.c | 547 if (port->mapbase == _Ser1UTCR0) { in assabet_uart_pm() 565 if (port->mapbase == _Ser1UTCR0) { in assabet_set_mctrl() 591 if (port->mapbase == _Ser1UTCR0) { in assabet_get_mctrl() 598 } else if (port->mapbase == _Ser3UTCR0) { in assabet_get_mctrl()
|
D | hackkit.c | 115 if (port->mapbase == _Ser1UTCR0) { in hackkit_set_mctrl()
|
D | simpad.c | 138 if (port->mapbase == (u_int)&Ser1UTCR0) { in simpad_uart_pm()
|
/linux-4.1.27/arch/mips/emma/markeins/ |
D | platform.c | 110 .mapbase = EMMA2RH_PFUR0_BASE + 3, 118 .mapbase = EMMA2RH_PFUR1_BASE + 3, 126 .mapbase = EMMA2RH_PFUR2_BASE + 3,
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-vr1000.c | 143 .mapbase = VR1000_SERIAL_MAPBASE(0), 151 .mapbase = VR1000_SERIAL_MAPBASE(1), 159 .mapbase = VR1000_SERIAL_MAPBASE(2), 167 .mapbase = VR1000_SERIAL_MAPBASE(3),
|
D | mach-bast.c | 339 .mapbase = SERIAL_BASE + 0x2f8, 347 .mapbase = SERIAL_BASE + 0x3f8,
|
/linux-4.1.27/arch/arm/mach-iop33x/ |
D | uart.c | 35 .mapbase = IOP33X_UART0_PHYS, 85 .mapbase = IOP33X_UART1_PHYS,
|
/linux-4.1.27/drivers/leds/ |
D | leds-locomo.c | 28 locomo_writel(LOCOMO_LPT_TOFH, locomo_dev->mapbase + offset); in locomoled_brightness_set() 30 locomo_writel(LOCOMO_LPT_TOFL, locomo_dev->mapbase + offset); in locomoled_brightness_set()
|
/linux-4.1.27/drivers/pcmcia/ |
D | sa1111_generic.c | 69 unsigned long status = sa1111_readl(s->dev->mapbase + PCSR); in sa1111_pcmcia_socket_state() 125 val = sa1111_readl(s->dev->mapbase + PCCR); in sa1111_pcmcia_configure_socket() 128 sa1111_writel(val, s->dev->mapbase + PCCR); in sa1111_pcmcia_configure_socket() 197 base = dev->mapbase; in pcmcia_probe()
|
/linux-4.1.27/drivers/spi/ |
D | spi-ppc4xx.c | 120 u64 mapbase; member 490 hw->mapbase = resource.start; in spi_ppc4xx_of_probe() 509 if (!request_mem_region(hw->mapbase, hw->mapsize, DRIVER_NAME)) { in spi_ppc4xx_of_probe() 515 hw->regs = ioremap(hw->mapbase, sizeof(struct spi_ppc4xx_regs)); in spi_ppc4xx_of_probe() 540 release_mem_region(hw->mapbase, hw->mapsize); in spi_ppc4xx_of_probe() 558 release_mem_region(hw->mapbase, hw->mapsize); in spi_ppc4xx_of_remove()
|
D | spi-sh-msiof.c | 45 void __iomem *mapbase; member 189 return ioread16(p->mapbase + reg_offs); in sh_msiof_read() 191 return ioread32(p->mapbase + reg_offs); in sh_msiof_read() 201 iowrite16(value, p->mapbase + reg_offs); in sh_msiof_write() 204 iowrite32(value, p->mapbase + reg_offs); in sh_msiof_write() 1203 p->mapbase = devm_ioremap_resource(&pdev->dev, r); in sh_msiof_spi_probe() 1204 if (IS_ERR(p->mapbase)) { in sh_msiof_spi_probe() 1205 ret = PTR_ERR(p->mapbase); in sh_msiof_spi_probe()
|
/linux-4.1.27/arch/mips/lasat/ |
D | serial.c | 57 lasat_serial8250_port[0].mapbase = LASAT_UART_REGS_BASE_100; in lasat_uart_add() 69 lasat_serial8250_port[0].mapbase = LASAT_UART_REGS_BASE_200; in lasat_uart_add()
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | serial.c | 93 if (!p->membase && p->mapbase) { in davinci_serial_init() 94 p->membase = ioremap(p->mapbase, SZ_4K); in davinci_serial_init()
|
D | dm644x.c | 829 .mapbase = DAVINCI_UART0_BASE, 842 .mapbase = DAVINCI_UART1_BASE, 855 .mapbase = DAVINCI_UART2_BASE,
|
D | dm646x.c | 813 .mapbase = DAVINCI_UART0_BASE, 826 .mapbase = DAVINCI_UART1_BASE, 839 .mapbase = DAVINCI_UART2_BASE,
|
D | devices-da8xx.c | 73 .mapbase = DA8XX_UART0_BASE, 86 .mapbase = DA8XX_UART1_BASE, 99 .mapbase = DA8XX_UART2_BASE,
|
D | dm355.c | 935 .mapbase = DAVINCI_UART0_BASE, 948 .mapbase = DAVINCI_UART1_BASE, 961 .mapbase = DM355_UART2_BASE,
|
D | dm365.c | 1057 .mapbase = DAVINCI_UART0_BASE, 1070 .mapbase = DM365_UART1_BASE,
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | serial.c | 39 p->mapbase = (unsigned int)ssb_port->regs; in uart8250_init_ssb() 65 p->mapbase = (unsigned int)bcma_port->regs; in uart8250_init_bcma()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | locomokbd.c | 253 if (!request_mem_region((unsigned long) dev->mapbase, in locomokbd_probe() 263 locomokbd->base = (unsigned long) dev->mapbase; in locomokbd_probe() 315 release_mem_region((unsigned long) dev->mapbase, dev->length); in locomokbd_probe() 335 release_mem_region((unsigned long) dev->mapbase, dev->length); in locomokbd_remove()
|
/linux-4.1.27/arch/mips/loongson/common/ |
D | serial.c | 67 uart8250_data[mips_machtype][0].mapbase = in serial_init() 88 uart8250_data[mips_machtype][i].mapbase = in serial_init()
|
/linux-4.1.27/arch/sh/boards/mach-se/7343/ |
D | setup.c | 74 .mapbase = 0x16000000, 81 .mapbase = 0x17000000,
|
/linux-4.1.27/include/linux/ |
D | altera_uart.h | 9 unsigned long mapbase; /* Physical address base */ member
|
D | altera_jtaguart.h | 12 unsigned long mapbase; /* Physical address base */ member
|
D | serial_8250.h | 23 resource_size_t mapbase; /* resource base */ member
|
D | serial_core.h | 239 resource_size_t mapbase; /* for ioremap */ member
|
/linux-4.1.27/arch/mips/pnx833x/common/ |
D | platform.c | 71 .mapbase = PNX833X_UART0_PORTS_START, 84 .mapbase = PNX833X_UART1_PORTS_START,
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/ |
D | serial-sh7722.c | 11 if (port->mapbase == 0xffe00000) { in sh7722_sci_init_pins()
|
/linux-4.1.27/arch/mips/ar7/ |
D | platform.c | 584 uart_port.mapbase = AR7_REGS_UART0; in ar7_register_uarts() 585 uart_port.membase = ioremap(uart_port.mapbase, 256); in ar7_register_uarts() 595 uart_port.mapbase = UR8_REGS_UART1; in ar7_register_uarts() 596 uart_port.membase = ioremap(uart_port.mapbase, 256); in ar7_register_uarts()
|
/linux-4.1.27/arch/mips/netlogic/xlr/ |
D | platform.c | 93 xlr_uart_data[0].mapbase = CPHYSADDR(uartbase); in nlm_uart_init() 97 xlr_uart_data[1].mapbase = CPHYSADDR(uartbase); in nlm_uart_init()
|
/linux-4.1.27/arch/mips/cobalt/ |
D | serial.c | 48 .mapbase = 0x1c800000,
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | cpu.h | 30 .mapbase = name##_PA, \
|
/linux-4.1.27/arch/mips/ath79/ |
D | dev-common.c | 37 .mapbase = AR71XX_UART_BASE,
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | mcfuart.h | 19 unsigned long mapbase; /* Physical address base */ member
|
/linux-4.1.27/arch/xtensa/platforms/xt2000/ |
D | setup.c | 118 .mapbase = (_base), \
|
/linux-4.1.27/arch/blackfin/mach-bf533/boards/ |
D | H8606.c | 326 .mapbase = 0x20200000, 335 .mapbase = 0x20200010,
|
/linux-4.1.27/arch/mips/mti-malta/ |
D | malta-platform.c | 52 .mapbase = 0x1f000900, /* The CBUS UART */
|
/linux-4.1.27/drivers/mfd/ |
D | timberdale.c | 657 resource_size_t mapbase; in timb_probe() local 671 mapbase = pci_resource_start(dev, 0); in timb_probe() 672 if (!mapbase) { in timb_probe() 678 priv->ctl_mapbase = mapbase + CHIPCTLOFFSET; in timb_probe()
|
D | sm501.c | 825 uart_data->mapbase = sm->io_res->start + offset; in sm501_setup_uart_data()
|
/linux-4.1.27/arch/arm/mach-gemini/ |
D | devices.c | 24 .mapbase = GEMINI_UART_BASE,
|
/linux-4.1.27/arch/mips/sgi-ip32/ |
D | ip32-platform.c | 23 .mapbase = MACE_BASE + offset, \
|
/linux-4.1.27/arch/mips/vr41xx/common/ |
D | siu.c | 151 port.mapbase = res[i].start; in vr41xx_siu_setup()
|
/linux-4.1.27/arch/arm/mach-iop32x/ |
D | glantank.c | 139 .mapbase = GLANTANK_UART,
|
D | iq80321.c | 145 .mapbase = IQ80321_UART,
|
D | em7210.c | 153 .mapbase = IQ31244_UART,
|
D | iq31244.c | 219 .mapbase = IQ31244_UART,
|
D | n2100.c | 173 .mapbase = N2100_UART,
|
/linux-4.1.27/arch/mips/jazz/ |
D | setup.c | 99 .mapbase = (_base), \
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
D | board-og.c | 102 .mapbase = S8250_VIRT,
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | riscpc.c | 146 .mapbase = 0x03010fe0,
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | setup.c | 77 .mapbase = IOP13XX_UART0_PHYS, 90 .mapbase = IOP13XX_UART1_PHYS,
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-mx31ads.c | 85 .mapbase = (unsigned long)(MX31_CS4_BASE_ADDR + PBC_SC16C652_UARTA), 92 .mapbase = (unsigned long)(MX31_CS4_BASE_ADDR + PBC_SC16C652_UARTB),
|
D | mach-kzm_arm11_01.c | 73 .mapbase = KZM_ARM11_16550,
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
D | cns3420vb.c | 97 .mapbase = CNS3XXX_UART0_BASE, in cns3420_early_serial_setup()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | mn10300-serial.c | 159 .uart.mapbase = (unsigned long) &SC0CTR, 221 .uart.mapbase = (unsigned long) &SC1CTR, 283 .uart.mapbase = (unsigned long) &SC2CTR, 1479 void *mapbase = (void *) (unsigned long) port->uart.mapbase; in mn10300_serial_verify_port() local 1487 ss->iomem_base != mapbase || in mn10300_serial_verify_port()
|
/linux-4.1.27/arch/mips/mti-sead3/ |
D | sead3-platform.c | 22 .mapbase = base, \
|
/linux-4.1.27/arch/arm/include/asm/hardware/ |
D | locomo.h | 176 void *mapbase; member
|
D | sa1111.h | 417 void __iomem *mapbase; member
|
/linux-4.1.27/arch/mips/loongson1/common/ |
D | platform.c | 25 .mapbase = LS1X_UART ## _id ## _BASE, \
|
/linux-4.1.27/arch/xtensa/platforms/xtfpga/ |
D | setup.c | 280 .mapbase = DUART16552_PADDR,
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | 8250.txt | 33 - reg-offset : offset to apply to the mapbase from the start of the registers.
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | legacy_serial.c | 132 legacy_serial_ports[index].mapbase = base; in add_legacy_port() 513 port->membase = ioremap(port->mapbase, 0x100); in fixup_port_mmio()
|
/linux-4.1.27/arch/mips/jz4740/ |
D | platform.c | 290 .mapbase = JZ4740_UART ## _id ## _BASE_ADDR, \
|
/linux-4.1.27/drivers/input/serio/ |
D | sa1111ps2.c | 295 ps2if->base = dev->mapbase; in ps2_probe()
|
/linux-4.1.27/arch/mips/sni/ |
D | rm200.c | 29 .mapbase = _base, \
|
/linux-4.1.27/arch/mips/alchemy/common/ |
D | platform.c | 53 .mapbase = _base, \
|
/linux-4.1.27/drivers/mmc/host/ |
D | atmel-mci.c | 218 unsigned long mapbase; member 2307 host->dma_conf.src_addr = host->mapbase + ATMCI_RDR; in atmci_configure_dma() 2310 host->dma_conf.dst_addr = host->mapbase + ATMCI_TDR; in atmci_configure_dma() 2420 host->mapbase = regs->start; in atmci_probe() 2501 host->mapbase, irq, nr_slots); in atmci_probe()
|
D | omap_hsmmc.c | 195 resource_size_t mapbase; member 1353 cfg.src_addr = host->mapbase + OMAP_HSMMC_DATA; in omap_hsmmc_setup_dma_transfer() 1354 cfg.dst_addr = host->mapbase + OMAP_HSMMC_DATA; in omap_hsmmc_setup_dma_transfer() 1972 host->mapbase = res->start + pdata->reg_offset; in omap_hsmmc_probe()
|
/linux-4.1.27/arch/mips/txx9/generic/ |
D | setup.c | 503 req.mapbase = baseaddr; in txx9_sio_init()
|
/linux-4.1.27/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 1212 pinfo->port.mapbase = (unsigned long)mem; in cpm_uart_init_port()
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1158 .mapbase = (unsigned long) uart, in ioc3_8250_register()
|