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

/freebsd-current/sys/arm/ti/
H A Dti_wdt.h31 #define TI_WDT_WDSC 0x10 /* Watchdog System Control Register */ macro
H A Dti_wdt.c184 ti_wdt_reg_write(sc, TI_WDT_WDSC,
185 ti_wdt_reg_read(sc, TI_WDT_WDSC) | TI_WDSC_SR);
186 while (ti_wdt_reg_read(sc, TI_WDT_WDSC) & TI_WDSC_SR)

Completed in 69 milliseconds