Home
last modified time | relevance | path

Searched refs:IOP_WDTCR_EN_ARM (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/watchdog/
Diop_wdt.c61 if (IOP_WDTCR_EN_ARM != IOP_WDTCR_DIS_ARM) in wdt_supports_disable()
75 write_wdtcr(IOP_WDTCR_EN_ARM); in wdt_enable()
/linux-4.4.14/arch/arm/include/asm/hardware/
Diop3xx.h179 #define IOP_WDTCR_EN_ARM 0x1e1e1e1e macro
182 #define IOP_WDTCR_DIS_ARM (IOP_WDTCR_EN_ARM)
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/
Diop13xx.h499 #define IOP_WDTCR_EN_ARM 0x1e1e1e1e macro
/linux-4.4.14/arch/arm/mach-iop13xx/
Dsetup.c604 write_wdtcr(IOP_WDTCR_EN_ARM); in iop13xx_restart()