Searched refs:IO_TO_VIRT_XLATE (Results 1 – 1 of 1) sorted by relevance
/arch/arm/mach-tegra/ |
D | iomap.h | 123 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst))) macro 127 IO_TO_VIRT_XLATE((n), IO_PPSB_PHYS, IO_PPSB_VIRT) : \ 129 IO_TO_VIRT_XLATE((n), IO_APB_PHYS, IO_APB_VIRT) : \ 131 IO_TO_VIRT_XLATE((n), IO_CPU_PHYS, IO_CPU_VIRT) : \ 133 IO_TO_VIRT_XLATE((n), IO_IRAM_PHYS, IO_IRAM_VIRT) : \
|