Searched refs:IO_TO_VIRT_XLATE (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/mach-tegra/ |
D | iomap.h | 126 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst))) macro 130 IO_TO_VIRT_XLATE((n), IO_PPSB_PHYS, IO_PPSB_VIRT) : \ 132 IO_TO_VIRT_XLATE((n), IO_APB_PHYS, IO_APB_VIRT) : \ 134 IO_TO_VIRT_XLATE((n), IO_CPU_PHYS, IO_CPU_VIRT) : \ 136 IO_TO_VIRT_XLATE((n), IO_IRAM_PHYS, IO_IRAM_VIRT) : \
|