Searched refs:MCF_GPT_GMS_TMS_GPIO (Results 1 – 2 of 2) sorted by relevance
49 if (gms0 & MCF_GPT_GMS_TMS_GPIO) in wdt_enable()50 gms0 &= (MCF_GPT_GMS_TMS_GPIO | MCF_GPT_GMS_GPIO_MASK in wdt_enable()53 gms0 = MCF_GPT_GMS_TMS_GPIO | MCF_GPT_GMS_OD; in wdt_enable()
68 #define MCF_GPT_GMS_TMS_GPIO (0x00000004) macro