Lines Matching refs:MCF_MBAR
20 #define MCF_GPT_GMS0 (MCF_MBAR + 0x000800)
21 #define MCF_GPT_GCIR0 (MCF_MBAR + 0x000804)
22 #define MCF_GPT_GPWM0 (MCF_MBAR + 0x000808)
23 #define MCF_GPT_GSR0 (MCF_MBAR + 0x00080C)
24 #define MCF_GPT_GMS1 (MCF_MBAR + 0x000810)
25 #define MCF_GPT_GCIR1 (MCF_MBAR + 0x000814)
26 #define MCF_GPT_GPWM1 (MCF_MBAR + 0x000818)
27 #define MCF_GPT_GSR1 (MCF_MBAR + 0x00081C)
28 #define MCF_GPT_GMS2 (MCF_MBAR + 0x000820)
29 #define MCF_GPT_GCIR2 (MCF_MBAR + 0x000824)
30 #define MCF_GPT_GPWM2 (MCF_MBAR + 0x000828)
31 #define MCF_GPT_GSR2 (MCF_MBAR + 0x00082C)
32 #define MCF_GPT_GMS3 (MCF_MBAR + 0x000830)
33 #define MCF_GPT_GCIR3 (MCF_MBAR + 0x000834)
34 #define MCF_GPT_GPWM3 (MCF_MBAR + 0x000838)
35 #define MCF_GPT_GSR3 (MCF_MBAR + 0x00083C)
36 #define MCF_GPT_GMS(x) (MCF_MBAR + 0x000800 + ((x) * 0x010))
37 #define MCF_GPT_GCIR(x) (MCF_MBAR + 0x000804 + ((x) * 0x010))
38 #define MCF_GPT_GPWM(x) (MCF_MBAR + 0x000808 + ((x) * 0x010))
39 #define MCF_GPT_GSR(x) (MCF_MBAR + 0x00080C + ((x) * 0x010))