| /arch/arm/plat-orion/include/plat/ |
| A D | common.h | 18 resource_size_t mapbase, 23 resource_size_t mapbase, 28 resource_size_t mapbase, 33 resource_size_t mapbase, 37 void __init orion_rtc_init(unsigned long mapbase, 41 unsigned long mapbase, 47 unsigned long mapbase, 52 unsigned long mapbase, 56 unsigned long mapbase, 59 void __init orion_i2c_init(unsigned long mapbase, [all …]
|
| /arch/arm/plat-orion/ |
| A D | common.c | 54 resource_size_t mapbase, in fill_resources() argument 60 resources[0].start = mapbase; in fill_resources() 92 resource_size_t mapbase, in uart_complete() argument 96 data->mapbase = mapbase; in uart_complete() 126 resource_size_t mapbase, in orion_uart0_init() argument 154 resource_size_t mapbase, in orion_uart1_init() argument 308 unsigned long mapbase, in orion_ge00_init() argument 361 unsigned long mapbase, in orion_ge01_init() argument 411 unsigned long mapbase, in orion_ge10_init() argument 459 unsigned long mapbase, in orion_ge11_init() argument [all …]
|
| /arch/arm/mach-lpc32xx/ |
| A D | serial.c | 29 resource_size_t mapbase; member 38 .mapbase = LPC32XX_UART5_BASE, 45 .mapbase = LPC32XX_UART3_BASE, 52 .mapbase = LPC32XX_UART4_BASE, 59 .mapbase = LPC32XX_UART6_BASE, 64 void lpc32xx_loopback_set(resource_size_t mapbase, int state) in lpc32xx_loopback_set() argument 69 switch (mapbase) { in lpc32xx_loopback_set() 80 WARN(1, "lpc32xx_hs: Warning: Unknown port at %08x\n", mapbase); in lpc32xx_loopback_set() 116 puart = uartinit_data[i].mapbase; in lpc32xx_serial_init() 130 puart = uartinit_data[i].mapbase; in lpc32xx_serial_init()
|
| A D | common.c | 35 u32 lpc32xx_return_iram(void __iomem **mapbase, dma_addr_t *dmaaddr) in lpc32xx_return_iram() argument 58 if (mapbase) in lpc32xx_return_iram() 59 *mapbase = io_p2v(LPC32XX_IRAM_BASE); in lpc32xx_return_iram()
|
| /arch/arm/common/ |
| A D | locomo.c | 250 dev->mapbase = 0; in locomo_init_one_child() 629 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 631 locomo_writel(r, mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 634 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 636 locomo_writel(r, mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 653 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 655 locomo_writel(r, mapbase + LOCOMO_DAC); in locomo_m62332_sendbit() 666 void *mapbase = lchip->base; in locomo_m62332_senddata() local 673 r = locomo_readl(mapbase + LOCOMO_DAC); in locomo_m62332_senddata() 675 locomo_writel(r, mapbase + LOCOMO_DAC); in locomo_m62332_senddata() [all …]
|
| A D | sa1111.c | 262 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_mask_irq() 264 writel(ie, mapbase + SA1111_INTEN0); in sa1111_mask_irq() 273 ie = readl_relaxed(mapbase + SA1111_INTEN0); in sa1111_unmask_irq() 275 writel_relaxed(ie, mapbase + SA1111_INTEN0); in sa1111_unmask_irq() 292 ip = readl_relaxed(mapbase + SA1111_INTPOL0); in sa1111_retrigger_irq() 295 writel_relaxed(ip, mapbase + SA1111_INTPOL0); in sa1111_retrigger_irq() 321 ip = readl_relaxed(mapbase + SA1111_INTPOL0); in sa1111_type_irq() 326 writel_relaxed(ip, mapbase + SA1111_INTPOL0); in sa1111_type_irq() 327 writel_relaxed(ip, mapbase + SA1111_WAKEPOL0); in sa1111_type_irq() 338 we = readl_relaxed(mapbase + SA1111_WAKEEN0); in sa1111_wake_irq() [all …]
|
| /arch/sh/kernel/cpu/sh3/ |
| A D | serial-sh7720.c | 14 if (port->mapbase == 0xa4430000) { /* SCIF0 */ in sh7720_sci_init_pins() 18 } else if (port->mapbase == 0xa4438000) { /* SCIF1 */ in sh7720_sci_init_pins() 24 if (port->mapbase == 0xa4430000) { /* SCIF0 */ in sh7720_sci_init_pins() 28 } else if (port->mapbase == 0xa4438000) { /* SCIF1 */ in sh7720_sci_init_pins()
|
| A D | serial-sh7710.c | 12 if (port->mapbase == 0xA4400000) { in sh7710_sci_init_pins() 15 } else if (port->mapbase == 0xA4410000) in sh7710_sci_init_pins()
|
| /arch/m68k/coldfire/ |
| A D | device.c | 32 .mapbase = MCFUART_BASE0, 36 .mapbase = MCFUART_BASE1, 41 .mapbase = MCFUART_BASE2, 47 .mapbase = MCFUART_BASE3, 53 .mapbase = MCFUART_BASE4, 59 .mapbase = MCFUART_BASE5, 65 .mapbase = MCFUART_BASE6, 71 .mapbase = MCFUART_BASE7, 77 .mapbase = MCFUART_BASE8, 83 .mapbase = MCFUART_BASE9,
|
| /arch/mips/ath25/ |
| A D | devices.c | 74 void __init ath25_serial_setup(u32 mapbase, int irq, unsigned int uartclk) in ath25_serial_setup() argument 85 s.mapbase = mapbase; in ath25_serial_setup()
|
| A D | devices.h | 31 void ath25_serial_setup(u32 mapbase, int irq, unsigned int uartclk);
|
| /arch/arm/mach-omap1/ |
| A D | serial.c | 68 .mapbase = OMAP1_UART1_BASE, 76 .mapbase = OMAP1_UART2_BASE, 84 .mapbase = OMAP1_UART3_BASE, 120 ioremap(serial_platform_data[i].mapbase, SZ_2K); in omap_serial_init()
|
| /arch/mips/bcm47xx/ |
| A D | serial.c | 41 p->mapbase = (unsigned int)ssb_port->regs; in uart8250_init_ssb() 67 p->mapbase = (unsigned int)bcma_port->regs; in uart8250_init_bcma()
|
| /arch/sh/boards/mach-se/7343/ |
| A D | setup.c | 75 .mapbase = 0x16000000, 82 .mapbase = 0x17000000,
|
| /arch/sh/kernel/cpu/sh4a/ |
| A D | serial-sh7722.c | 12 if (port->mapbase == 0xffe00000) { in sh7722_sci_init_pins()
|
| /arch/mips/mti-malta/ |
| A D | malta-platform.c | 47 .mapbase = 0x1f000900, /* The CBUS UART */
|
| /arch/mips/cobalt/ |
| A D | serial.c | 35 .mapbase = 0x1c800000,
|
| /arch/arm/mach-sa1100/ |
| A D | h3xxx.c | 88 if (port->mapbase == _Ser3UTCR0) { in h3xxx_uart_pm() 107 if (port->mapbase == _Ser3UTCR0) { in h3xxx_uart_set_wake()
|
| /arch/mips/loongson2ef/common/ |
| A D | serial.c | 65 uart8250_data[mips_machtype].mapbase = in serial_init()
|
| /arch/m68k/include/asm/ |
| A D | mcfuart.h | 20 unsigned long mapbase; /* Physical address base */ member
|
| /arch/xtensa/platforms/xt2000/ |
| A D | setup.c | 91 .mapbase = (_base), \
|
| /arch/mips/sgi-ip32/ |
| A D | ip32-platform.c | 23 .mapbase = MACE_BASE + offset, \
|
| /arch/mips/jazz/ |
| A D | setup.c | 89 .mapbase = (_base), \
|
| /arch/arm/mach-rpc/ |
| A D | riscpc.c | 145 .mapbase = 0x03010fe0,
|
| /arch/arm/include/asm/hardware/ |
| A D | locomo.h | 174 void *mapbase; member
|