Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_ite_it8xxx2.c47 if ((inst->ETWCFG) & IT8XXX2_WDT_LEWDCNTL) { in wdt_it8xxx2_install_timeout()
89 if ((inst->ETWCFG) & IT8XXX2_WDT_LEWDCNTL) { in wdt_it8xxx2_setup()
127 IT8XXX2_WDT_LEWDCNTL | in wdt_it8xxx2_setup()
187 inst->ETWCFG &= ~IT8XXX2_WDT_LEWDCNTL; in wdt_it8xxx2_disable()
/Zephyr-latest/soc/ite/ec/common/
Dchip_chipregs.h392 #define IT8XXX2_WDT_LEWDCNTL BIT(3) macro