Home
last modified time | relevance | path

Searched refs:MCF_GPT_GMS_TMS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/m68k/coldfire/
Dm54xx.c84 __raw_writel(MCF_GPT_GMS_WDEN | MCF_GPT_GMS_CE | MCF_GPT_GMS_TMS(4), in mcf54xx_reset()
/linux-6.12.1/arch/m68k/include/asm/
Dm54xxgpt.h42 #define MCF_GPT_GMS_TMS(x) (((x)&0x00000007)<<0) macro