Home
last modified time | relevance | path

Searched refs:RN5T618_REPCNT_REPWRON (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/watchdog/
Drn5t618_wdt.c81 RN5T618_REPCNT_REPWRON, in rn5t618_wdt_start()
82 RN5T618_REPCNT_REPWRON); in rn5t618_wdt_start()
/kernel/linux/linux-5.10/drivers/mfd/
Drn5t618.c124 ret &= ~RN5T618_REPCNT_REPWRON; in rn5t618_trigger_poweroff_sequence()
126 ret |= RN5T618_REPCNT_REPWRON; in rn5t618_trigger_poweroff_sequence()
/kernel/linux/linux-5.10/include/linux/mfd/
Drn5t618.h222 #define RN5T618_REPCNT_REPWRON BIT(0) macro