Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/watchdog/
H A Dwatchdog_hi35xx.c36 #define HIWDT_LOCK 0xC00 macro
72 OSAL_WRITEL(HIWDT_UNLOCK_VAL, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogStart()
80 OSAL_WRITEL(0x00, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogStart()
95 OSAL_WRITEL(HIWDT_UNLOCK_VAL, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogStop()
101 OSAL_WRITEL(0x00, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogStop()
128 OSAL_WRITEL(HIWDT_UNLOCK_VAL, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogSetTimeout()
132 OSAL_WRITEL(0x00, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogSetTimeout()
164 OSAL_WRITEL(HIWDT_UNLOCK_VAL, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogFeed()
168 OSAL_WRITEL(0x00, hwdt->regBase + HIWDT_LOCK); in Hi35xxWatchdogFeed()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/wtdg/
H A Dhi_wtdg.c40 #define HIWDT_LOCK 0xC00 macro
117 hiwdt_writel(HIWDT_UNLOCK_VAL, HIWDT_LOCK); in hidog_set_timeout()
121 hiwdt_writel(0, HIWDT_LOCK); in hidog_set_timeout()
138 hiwdt_writel(HIWDT_UNLOCK_VAL, HIWDT_LOCK); in hidog_feed()
142 hiwdt_writel(0, HIWDT_LOCK); in hidog_feed()
183 hiwdt_writel(HIWDT_UNLOCK_VAL, HIWDT_LOCK); in hidog_start()
188 hiwdt_writel(0, HIWDT_LOCK); in hidog_start()
200 hiwdt_writel(HIWDT_UNLOCK_VAL, HIWDT_LOCK); in hidog_stop()
205 hiwdt_writel(0, HIWDT_LOCK); in hidog_stop()

Completed in 2 milliseconds