Home
last modified time | relevance | path

Searched refs:S3C2410_WTCON_DIV128 (Results 1 – 4 of 4) 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.h34 #define S3C2410_WTCON_DIV128 (3<<3) macro
/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.c128 wtcon |= S3C2410_WTCON_ENABLE | S3C2410_WTCON_DIV128; in s3c2410wdt_start()