Lines Matching defs:gms0
45 unsigned int gms0;
48 gms0 = __raw_readl(MCF_GPT_GMS0);
49 if (gms0 & MCF_GPT_GMS_TMS_GPIO)
50 gms0 &= (MCF_GPT_GMS_TMS_GPIO | MCF_GPT_GMS_GPIO_MASK
53 gms0 = MCF_GPT_GMS_TMS_GPIO | MCF_GPT_GMS_OD;
54 __raw_writel(gms0, MCF_GPT_GMS0);
57 gms0 |= MCF_GPT_GMS_OCPW(0xA5) | MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE;
58 __raw_writel(gms0, MCF_GPT_GMS0);
63 unsigned int gms0;
66 gms0 = __raw_readl(MCF_GPT_GMS0);
67 gms0 &= ~(MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE);
68 __raw_writel(gms0, MCF_GPT_GMS0);
73 unsigned int gms0;
75 gms0 = __raw_readl(MCF_GPT_GMS0);
76 gms0 |= MCF_GPT_GMS_OCPW(0xA5);
77 __raw_writel(gms0, MCF_GPT_GMS0);