Searched refs:NPCX_T0CSR_RST (Results 1 – 2 of 2) sorted by relevance
103 BIT(NPCX_T0CSR_RST); in wdt_t0out_reload()111 while (!IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_RST)) { in wdt_t0out_reload()118 while (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_RST)) { in wdt_t0out_reload()121 if (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_RST)) { in wdt_t0out_reload()
589 #define NPCX_T0CSR_RST 0 macro