Searched refs:IO_TO_VIRT_XLATE (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/arm/mach-tegra/include/mach/ |
D | io.h | 53 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst))) macro 57 IO_TO_VIRT_XLATE((n), IO_PPSB_PHYS, IO_PPSB_VIRT) : \ 59 IO_TO_VIRT_XLATE((n), IO_APB_PHYS, IO_APB_VIRT) : \ 61 IO_TO_VIRT_XLATE((n), IO_CPU_PHYS, IO_CPU_VIRT) : \ 63 IO_TO_VIRT_XLATE((n), IO_IRAM_PHYS, IO_IRAM_VIRT) : \
|