Lines Matching defs:gms0
47 unsigned int gms0;
50 gms0 = __raw_readl(MCF_GPT_GMS0);
51 if (gms0 & MCF_GPT_GMS_TMS_GPIO)
52 gms0 &= (MCF_GPT_GMS_TMS_GPIO | MCF_GPT_GMS_GPIO_MASK
55 gms0 = MCF_GPT_GMS_TMS_GPIO | MCF_GPT_GMS_OD;
56 __raw_writel(gms0, MCF_GPT_GMS0);
59 gms0 |= MCF_GPT_GMS_OCPW(0xA5) | MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE;
60 __raw_writel(gms0, MCF_GPT_GMS0);
65 unsigned int gms0;
68 gms0 = __raw_readl(MCF_GPT_GMS0);
69 gms0 &= ~(MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE);
70 __raw_writel(gms0, MCF_GPT_GMS0);
75 unsigned int gms0;
77 gms0 = __raw_readl(MCF_GPT_GMS0);
78 gms0 |= MCF_GPT_GMS_OCPW(0xA5);
79 __raw_writel(gms0, MCF_GPT_GMS0);