Searched refs:TI_WDT_WDSC (Results 1 – 2 of 2) sorted by relevance
188 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()
33 #define TI_WDT_WDSC 0x10 /* Watchdog System Control Register */ macro