Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Dm54xxgpt.h73 #define MCF_GPT_GCIR_PRE(x) (((x)&0x0000FFFF)<<16) macro
/linux-6.1.9/drivers/watchdog/
Dm54xx_wdt.c57 __raw_writel(MCF_GPT_GCIR_PRE(heartbeat*(MCF_BUSCLK/0xffff)) | in wdt_enable()