Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/arm/ti/
HDti_wdt.c188 ti_wdt_reg_write(sc, TI_WDT_WDSC, in ti_wdt_attach()
189 ti_wdt_reg_read(sc, TI_WDT_WDSC) | TI_WDSC_SR); in ti_wdt_attach()
190 while (ti_wdt_reg_read(sc, TI_WDT_WDSC) & TI_WDSC_SR) in ti_wdt_attach()
HDti_wdt.h33 #define TI_WDT_WDSC 0x10 /* Watchdog System Control Register */ macro