Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-pxa/include/mach/
Dlubbock.h17 #define LUB_P2V(x) ((x) - LUBBOCK_FPGA_PHYS + LUBBOCK_FPGA_VIRT) macro
21 # define __LUB_REG(x) (*((volatile unsigned long *)LUB_P2V(x)))
23 # define __LUB_REG(x) LUB_P2V(x)