Searched refs:LUB_P2V (Results 1 – 1 of 1) sorted by relevance
17 #define LUB_P2V(x) ((x) - LUBBOCK_FPGA_PHYS + LUBBOCK_FPGA_VIRT) macro21 # define __LUB_REG(x) (*((volatile unsigned long *)LUB_P2V(x)))23 # define __LUB_REG(x) LUB_P2V(x)