Searched refs:CPLD_P2V (Results 1 – 1 of 1) sorted by relevance
51 #define CPLD_P2V(x) ((x) - IDP_CPLD_PHYS + IDP_CPLD_VIRT) macro55 # define __CPLD_REG(x) (*((volatile unsigned long *)CPLD_P2V(x)))57 # define __CPLD_REG(x) CPLD_P2V(x)