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

/freebsd-13-stable/sys/dev/dwwdt/
H A Ddwwdt.c51 #define DWWDT_CR_WDT_EN (1 << 0) macro
145 return ((DWWDT_READ4(sc, DWWDT_CR) & DWWDT_CR_WDT_EN) != 0);
155 val |= DWWDT_CR_WDT_EN | DWWDT_CR_RESP_MODE;

Completed in 38 milliseconds