Home
last modified time | relevance | path

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

/freebsd/sys/dev/dwwdt/
H A Ddwwdt.c51 #define DWWDT_CR_WDT_EN (1 << 0) macro
148 return ((DWWDT_READ4(sc, DWWDT_CR) & DWWDT_CR_WDT_EN) != 0); in dwwdt_started()
158 val |= DWWDT_CR_WDT_EN | DWWDT_CR_RESP_MODE; in dwwdt_start()