Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/include/plat/ !
Dregs-watchdog.h28 #define S3C2410_WTCON_INTEN (1<<2) macro
/linux-2.6.39/drivers/watchdog/ !
Ds3c2410_wdt.c131 wtcon |= S3C2410_WTCON_INTEN; in s3c2410wdt_start()
134 wtcon &= ~S3C2410_WTCON_INTEN; in s3c2410wdt_start()
507 (wtcon & S3C2410_WTCON_INTEN) ? "" : "en"); in s3c2410wdt_probe()