Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Diop_wdt.c49 if (IOP_WDTCR_EN_ARM != IOP_WDTCR_DIS_ARM) in wdt_supports_disable()
74 write_wdtcr(IOP_WDTCR_DIS_ARM); in wdt_disable()
/OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/
H A Diop3xx.h193 #define IOP_WDTCR_DIS_ARM (IOP_WDTCR_EN_ARM) macro