H A D | soc.h | 210 #define SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xitems, xtexts) \ argument 214 #define SOC_ENUM_SINGLE(xreg, xshift, xitems, xtexts) \ argument 216 #define SOC_ENUM_SINGLE_EXT(xitems, xtexts) \ argument 218 #define SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xitems, xtexts, xvalues) \ argument 221 #define SOC_VALUE_ENUM_SINGLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \ argument 223 SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg,xshift,xmask,xitems,xtexts,xvalues) global() argument 227 SOC_ENUM_SINGLE_VIRT(xitems,xtexts) global() argument 377 SOC_ENUM_DOUBLE_DECL(name,xreg,xshift_l,xshift_r,xtexts) global() argument 380 SOC_ENUM_SINGLE_DECL(name,xreg,xshift,xtexts) global() argument 382 SOC_ENUM_SINGLE_EXT_DECL(name,xtexts) global() argument 384 SOC_VALUE_ENUM_DOUBLE_DECL(name,xreg,xshift_l,xshift_r,xmask,xtexts,xvalues) global() argument 387 SOC_VALUE_ENUM_SINGLE_DECL(name,xreg,xshift,xmask,xtexts,xvalues) global() argument 390 SOC_VALUE_ENUM_SINGLE_AUTODISABLE_DECL(name,xreg,xshift,xmask,xtexts,xvalues) global() argument 394 SOC_ENUM_SINGLE_VIRT_DECL(name,xtexts) global() argument [all...] |