Symbol: io_p2v
arch/arm/mach-lpc32xx/common.c
41
iramptr1 = io_p2v(LPC32XX_IRAM_BASE);
arch/arm/mach-lpc32xx/common.c
42
iramptr2 = io_p2v(LPC32XX_IRAM_BASE + LPC32XX_IRAM_BANK_SIZE);
arch/arm/mach-lpc32xx/common.c
59
*mapbase = io_p2v(LPC32XX_IRAM_BASE);
arch/arm/mach-lpc32xx/lpc32xx.h
121
#define _PMREG(x) io_p2v(LPC32XX_CLK_PM_BASE +\
arch/arm/mach-lpc32xx/lpc32xx.h
576
#define LPC32XX_INTC_MASK(x) io_p2v((x) + 0x00)
arch/arm/mach-lpc32xx/lpc32xx.h
577
#define LPC32XX_INTC_RAW_STAT(x) io_p2v((x) + 0x04)
arch/arm/mach-lpc32xx/lpc32xx.h
578
#define LPC32XX_INTC_STAT(x) io_p2v((x) + 0x08)
arch/arm/mach-lpc32xx/lpc32xx.h
579
#define LPC32XX_INTC_POLAR(x) io_p2v((x) + 0x0C)
arch/arm/mach-lpc32xx/lpc32xx.h
580
#define LPC32XX_INTC_ACT_TYPE(x) io_p2v((x) + 0x10)
arch/arm/mach-lpc32xx/lpc32xx.h
581
#define LPC32XX_INTC_TYPE(x) io_p2v((x) + 0x14)
arch/arm/mach-lpc32xx/lpc32xx.h
586
#define LPC32XX_TIMER_IR(x) io_p2v((x) + 0x00)
arch/arm/mach-lpc32xx/lpc32xx.h
587
#define LPC32XX_TIMER_TCR(x) io_p2v((x) + 0x04)
arch/arm/mach-lpc32xx/lpc32xx.h
588
#define LPC32XX_TIMER_TC(x) io_p2v((x) + 0x08)
arch/arm/mach-lpc32xx/lpc32xx.h
589
#define LPC32XX_TIMER_PR(x) io_p2v((x) + 0x0C)
arch/arm/mach-lpc32xx/lpc32xx.h
590
#define LPC32XX_TIMER_PC(x) io_p2v((x) + 0x10)
arch/arm/mach-lpc32xx/lpc32xx.h
591
#define LPC32XX_TIMER_MCR(x) io_p2v((x) + 0x14)
arch/arm/mach-lpc32xx/lpc32xx.h
592
#define LPC32XX_TIMER_MR0(x) io_p2v((x) + 0x18)
arch/arm/mach-lpc32xx/lpc32xx.h
593
#define LPC32XX_TIMER_MR1(x) io_p2v((x) + 0x1C)
arch/arm/mach-lpc32xx/lpc32xx.h
594
#define LPC32XX_TIMER_MR2(x) io_p2v((x) + 0x20)
arch/arm/mach-lpc32xx/lpc32xx.h
595
#define LPC32XX_TIMER_MR3(x) io_p2v((x) + 0x24)
arch/arm/mach-lpc32xx/lpc32xx.h
596
#define LPC32XX_TIMER_CCR(x) io_p2v((x) + 0x28)
arch/arm/mach-lpc32xx/lpc32xx.h
597
#define LPC32XX_TIMER_CR0(x) io_p2v((x) + 0x2C)
arch/arm/mach-lpc32xx/lpc32xx.h
598
#define LPC32XX_TIMER_CR1(x) io_p2v((x) + 0x30)
arch/arm/mach-lpc32xx/lpc32xx.h
599
#define LPC32XX_TIMER_CR2(x) io_p2v((x) + 0x34)
arch/arm/mach-lpc32xx/lpc32xx.h
600
#define LPC32XX_TIMER_CR3(x) io_p2v((x) + 0x38)
arch/arm/mach-lpc32xx/lpc32xx.h
601
#define LPC32XX_TIMER_EMR(x) io_p2v((x) + 0x3C)
arch/arm/mach-lpc32xx/lpc32xx.h
602
#define LPC32XX_TIMER_CTCR(x) io_p2v((x) + 0x70)
arch/arm/mach-lpc32xx/lpc32xx.h
626
#define LPC32XX_UART_DLL_FIFO(x) io_p2v((x) + 0x00)
arch/arm/mach-lpc32xx/lpc32xx.h
627
#define LPC32XX_UART_DLM_IER(x) io_p2v((x) + 0x04)
arch/arm/mach-lpc32xx/lpc32xx.h
628
#define LPC32XX_UART_IIR_FCR(x) io_p2v((x) + 0x08)
arch/arm/mach-lpc32xx/lpc32xx.h
629
#define LPC32XX_UART_LCR(x) io_p2v((x) + 0x0C)
arch/arm/mach-lpc32xx/lpc32xx.h
630
#define LPC32XX_UART_MODEM_CTRL(x) io_p2v((x) + 0x10)
arch/arm/mach-lpc32xx/lpc32xx.h
631
#define LPC32XX_UART_LSR(x) io_p2v((x) + 0x14)
arch/arm/mach-lpc32xx/lpc32xx.h
632
#define LPC32XX_UART_MODEM_STATUS(x) io_p2v((x) + 0x18)
arch/arm/mach-lpc32xx/lpc32xx.h
633
#define LPC32XX_UART_RXLEV(x) io_p2v((x) + 0x1C)
arch/arm/mach-lpc32xx/lpc32xx.h
638
#define _UCREG(x) io_p2v(\
arch/arm/mach-lpc32xx/lpc32xx.h
672
#define _GPREG(x) io_p2v(LPC32XX_GPIO_BASE + (x))
arch/arm/mach-lpc32xx/lpc32xx.h
692
#define _OTGREG(x) io_p2v(LPC32XX_USB_OTG_BASE + (x))
arch/arm/mach-lpc32xx/pm.c
122
#define EMC_CTRL_REG io_p2v(LPC32XX_EMC_BASE + EMC_DYN_MEM_CTRL_OFS)
arch/arm/mach-pxa/generic.c
52
pxa25x_clocks_init(io_p2v(0x41300000));
arch/arm/mach-pxa/generic.c
54
pxa27x_clocks_init(io_p2v(0x41300000));
arch/arm/mach-pxa/generic.c
56
pxa3xx_clocks_init(io_p2v(0x41340000), io_p2v(0x41350000));
arch/arm/mach-pxa/generic.c
57
pxa_timer_nodt_init(IRQ_OST0, io_p2v(0x40a00000));
arch/arm/mach-pxa/irq.c
172
pxa_irq_base = io_p2v(0x40d00000);
arch/arm/mach-pxa/irq.c
261
pxa_irq_base = io_p2v(res.start);
arch/arm/mach-pxa/pxa-regs.h
35
# define __REG(x) (*((volatile u32 __iomem *)io_p2v(x)))
arch/arm/mach-pxa/pxa-regs.h
46
# define __REG(x) io_p2v(x)
arch/arm/mach-pxa/pxa27x-udc.h
180
#define PUDCDN(x) (volatile u32 *)(io_p2v(PHYS_UDCDN((x))))
arch/arm/mach-pxa/pxa2xx-regs.h
134
#define CCCR io_p2v(0x41300000) /* Core Clock Configuration Register */
arch/arm/mach-pxa/pxa2xx-regs.h
135
#define CCSR io_p2v(0x4130000C) /* Core Clock Status Register */
arch/arm/mach-pxa/pxa2xx-regs.h
136
#define CKEN io_p2v(0x41300004) /* Clock Enable Register */
arch/arm/mach-pxa/pxa2xx-regs.h
137
#define OSCC io_p2v(0x41300008) /* Oscillator Configuration Register */
arch/arm/mach-pxa/pxa300.c
87
mfp_init_base(io_p2v(MFPR_BASE));
arch/arm/mach-pxa/pxa320.c
81
mfp_init_base(io_p2v(MFPR_BASE));
arch/arm/mach-pxa/pxa3xx-regs.h
18
#define OSCC io_p2v(0x41350000) /* Oscillator Configuration Register */
arch/arm/mach-pxa/regs-ost.h
13
#define OSMR0 io_p2v(0x40A00000) /* */
arch/arm/mach-pxa/regs-ost.h
14
#define OSMR1 io_p2v(0x40A00004) /* */
arch/arm/mach-pxa/regs-ost.h
15
#define OSMR2 io_p2v(0x40A00008) /* */
arch/arm/mach-pxa/regs-ost.h
16
#define OSMR3 io_p2v(0x40A0000C) /* */
arch/arm/mach-pxa/regs-ost.h
17
#define OSMR4 io_p2v(0x40A00080) /* */
arch/arm/mach-pxa/regs-ost.h
18
#define OSCR io_p2v(0x40A00010) /* OS Timer Counter Register */
arch/arm/mach-pxa/regs-ost.h
19
#define OSCR4 io_p2v(0x40A00040) /* OS Timer Counter Register */
arch/arm/mach-pxa/regs-ost.h
20
#define OMCR4 io_p2v(0x40A000C0) /* */
arch/arm/mach-pxa/regs-ost.h
21
#define OSSR io_p2v(0x40A00014) /* OS Timer Status Register */
arch/arm/mach-pxa/regs-ost.h
22
#define OWER io_p2v(0x40A00018) /* OS Timer Watchdog Enable Register */
arch/arm/mach-pxa/regs-ost.h
23
#define OIER io_p2v(0x40A0001C) /* OS Timer Interrupt Enable Register */
arch/arm/mach-sa1100/assabet.c
604
unsigned long virt = (unsigned long)io_p2v(phys);
arch/arm/mach-sa1100/generic.c
392
pxa_timer_nodt_init(IRQ_OST0, io_p2v(0x90000000));
arch/arm/mach-sa1100/include/mach/SA-1100.h
834
#define OSMR0 io_p2v(0x90000000) /* OS timer Match Reg. 0 */
arch/arm/mach-sa1100/include/mach/SA-1100.h
835
#define OSMR1 io_p2v(0x90000004) /* OS timer Match Reg. 1 */
arch/arm/mach-sa1100/include/mach/SA-1100.h
836
#define OSMR2 io_p2v(0x90000008) /* OS timer Match Reg. 2 */
arch/arm/mach-sa1100/include/mach/SA-1100.h
837
#define OSMR3 io_p2v(0x9000000c) /* OS timer Match Reg. 3 */
arch/arm/mach-sa1100/include/mach/SA-1100.h
838
#define OSCR io_p2v(0x90000010) /* OS timer Counter Reg. */
arch/arm/mach-sa1100/include/mach/SA-1100.h
839
#define OSSR io_p2v(0x90000014) /* OS timer Status Reg. */
arch/arm/mach-sa1100/include/mach/SA-1100.h
840
#define OWER io_p2v(0x90000018) /* OS timer Watch-dog Enable Reg. */
arch/arm/mach-sa1100/include/mach/SA-1100.h
841
#define OIER io_p2v(0x9000001C) /* OS timer Interrupt Enable Reg. */
arch/arm/mach-sa1100/include/mach/hardware.h
40
#define __MREG(x) IOMEM(io_p2v(x))
arch/arm/mach-sa1100/include/mach/hardware.h
44
# define __REG(x) (*((volatile unsigned long __iomem *)io_p2v(x)))
arch/arm/mach-sa1100/include/mach/hardware.h
49
# define __REG(x) io_p2v(x)