Home
last modified time | relevance | path

Searched refs:IMX_IO_P2V (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/mach-imx/
H A Dhardware.h85 #define IMX_IO_P2V(x) ( \ macro
92 #define IMX_IO_ADDRESS(x) IOMEM(IMX_IO_P2V(x))
H A Dmx27.h23 #define MX27_IO_P2V(x) IMX_IO_P2V(x)
H A Dmx31.h16 #define MX31_IO_P2V(x) IMX_IO_P2V(x)
H A Dmx35.h16 #define MX35_IO_P2V(x) IMX_IO_P2V(x)
H A Dplatsmp.c36 scu_io_desc.virtual = IMX_IO_P2V(base); in imx_scu_map_io()
/openbmc/linux/arch/arm/include/debug/
H A Dimx.S19 #define IMX_IO_P2V(x) ( \ macro
26 #define UART_VADDR IMX_IO_P2V(UART_PADDR)