Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/
H A Dti_wdt.c94 ti_wdt_reg_read(struct ti_wdt_softc *sc, uint32_t reg) in ti_wdt_reg_read() function
114 while (ti_wdt_reg_read(sc, TI_WDT_WWPS) & bit) in ti_wdt_reg_wait()
185 ti_wdt_reg_read(sc, TI_WDT_WDSC) | TI_WDSC_SR); in ti_wdt_attach()
186 while (ti_wdt_reg_read(sc, TI_WDT_WDSC) & TI_WDSC_SR) in ti_wdt_attach()
192 ti_wdt_reg_read(sc, TI_WDT_WIDR)); in ti_wdt_attach()
268 ti_wdt_reg_read(sc, TI_WDT_WTGR) + 1); in ti_wdt_event()