Home
last modified time | relevance | path

Searched refs:S3C2410_WTCON_RSTEN (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Duncompress.h117 …__raw_writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128 | S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRE… in arch_decomp_wdog_start()
135 …__raw_writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128 | S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRE… in arch_decomp_error()
Dregs-watchdog.h27 #define S3C2410_WTCON_RSTEN (0x01) macro
Dwatchdog-reset.h39 __raw_writel(S3C2410_WTCON_ENABLE|S3C2410_WTCON_DIV16|S3C2410_WTCON_RSTEN | in arch_wdt_reset()
/linux-2.6.39/arch/arm/mach-s5p64x0/include/mach/
Duncompress.h139 …__raw_writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128 | S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRE… in arch_decomp_wdog_start()
157 …__raw_writel(S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128 | S3C2410_WTCON_RSTEN | S3C2410_WTCON_PRE… in arch_decomp_error()
/linux-2.6.39/drivers/watchdog/
Ds3c2410_wdt.c108 wtcon &= ~(S3C2410_WTCON_ENABLE | S3C2410_WTCON_RSTEN); in __s3c2410wdt_stop()
132 wtcon &= ~S3C2410_WTCON_RSTEN; in s3c2410wdt_start()
135 wtcon |= S3C2410_WTCON_RSTEN; in s3c2410wdt_start()
506 (wtcon & S3C2410_WTCON_RSTEN) ? "" : "dis", in s3c2410wdt_probe()