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