Lines Matching defs:x
35 #define MCF_GPT_GMS(x) (MCF_MBAR + 0x000800 + ((x) * 0x010)) argument
36 #define MCF_GPT_GCIR(x) (MCF_MBAR + 0x000804 + ((x) * 0x010)) argument
37 #define MCF_GPT_GPWM(x) (MCF_MBAR + 0x000808 + ((x) * 0x010)) argument
38 #define MCF_GPT_GSR(x) (MCF_MBAR + 0x00080C + ((x) * 0x010)) argument
41 #define MCF_GPT_GMS_TMS(x) (((x)&0x00000007)<<0) argument
42 #define MCF_GPT_GMS_GPIO(x) (((x)&0x00000003)<<4) argument
48 #define MCF_GPT_GMS_ICT(x) (((x)&0x00000003)<<16) argument
49 #define MCF_GPT_GMS_OCT(x) (((x)&0x00000003)<<20) argument
50 #define MCF_GPT_GMS_OCPW(x) (((x)&0x000000FF)<<24) argument
71 #define MCF_GPT_GCIR_CNT(x) (((x)&0x0000FFFF)<<0) argument
72 #define MCF_GPT_GCIR_PRE(x) (((x)&0x0000FFFF)<<16) argument
77 #define MCF_GPT_GPWM_WIDTH(x) (((x)&0x0000FFFF)<<16) argument
85 #define MCF_GPT_GSR_OVF(x) (((x)&0x00000007)<<12) argument
86 #define MCF_GPT_GSR_CAPTURE(x) (((x)&0x0000FFFF)<<16) argument