Home
last modified time | relevance | path

Searched defs:io_p2v (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-sa1100/include/mach/
A Dhardware.h35 #define io_p2v( x ) \ macro
/linux/arch/arm/mach-pxa/include/mach/
A Dhardware.h37 #define io_p2v(x) IOMEM(0xf2000000 + ((x) & 0x01ffffff) + (((x) & 0x1c000000) >> 1)) macro
/linux/arch/arm/mach-ux500/
A Ddb8500-regs.h191 #define io_p2v(n) __io_address(n) macro
/linux/arch/arm/mach-lpc32xx/
A Dlpc32xx.h714 #define io_p2v(x) ((void __iomem *) (unsigned long) IO_ADDRESS(x)) macro

Completed in 8 milliseconds