Searched refs:MCF_GPT_GMS_OCPW (Results 1 – 2 of 2) sorted by relevance
59 gms0 |= MCF_GPT_GMS_OCPW(0xA5) | MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE; in wdt_enable()78 gms0 |= MCF_GPT_GMS_OCPW(0xA5); in wdt_keepalive()
51 #define MCF_GPT_GMS_OCPW(x) (((x)&0x000000FF)<<24) macro