Searched refs:RN5T618_WATCHDOG (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | rn5t618_wdt.c | 61 ret = regmap_update_bits(wdt->rn5t618->regmap, RN5T618_WATCHDOG, in rn5t618_wdt_set_timeout() 87 ret = regmap_update_bits(wdt->rn5t618->regmap, RN5T618_WATCHDOG, in rn5t618_wdt_start() 103 return regmap_update_bits(wdt->rn5t618->regmap, RN5T618_WATCHDOG, in rn5t618_wdt_stop() 114 ret = regmap_read(wdt->rn5t618->regmap, RN5T618_WATCHDOG, &val); in rn5t618_wdt_ping() 118 ret = regmap_write(wdt->rn5t618->regmap, RN5T618_WATCHDOG, val); in rn5t618_wdt_ping()
|
| H A D | Kconfig | 612 config RN5T618_WATCHDOG config
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | rn5t618.h | 22 #define RN5T618_WATCHDOG 0x0b macro
|