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