Searched refs:IO_TO_VIRT_XLATE (Results 1 – 1 of 1) sorted by relevance
/arch/arm/mach-tegra/include/mach/ |
D | iomap.h | 307 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst))) macro 311 IO_TO_VIRT_XLATE((n), IO_PPSB_PHYS, IO_PPSB_VIRT) : \ 313 IO_TO_VIRT_XLATE((n), IO_APB_PHYS, IO_APB_VIRT) : \ 315 IO_TO_VIRT_XLATE((n), IO_CPU_PHYS, IO_CPU_VIRT) : \ 317 IO_TO_VIRT_XLATE((n), IO_IRAM_PHYS, IO_IRAM_VIRT) : \
|