Home
last modified time | relevance | path

Searched refs:ctlValue (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/watchdog/
H A Dwatchdog_hi35xx.c49 unsigned int ctlValue; in Hi35xxWatchdogGetStatus() local
57 ctlValue = (unsigned int)OSAL_READL(hwdt->regBase + HIWDT_CTRL); in Hi35xxWatchdogGetStatus()
58 *status = ((ctlValue & 0x01) == 0) ? WATCHDOG_STOP : WATCHDOG_START; in Hi35xxWatchdogGetStatus()

Completed in 1 milliseconds