Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/armada/
H A Dwdt.c100 struct resource * wdt_res; member
169 error = bus_alloc_resources(dev, mv_wdt_spec, &sc->wdt_res); in mv_wdt_attach()
194 return (bus_read_4(wdt_softc->wdt_res, CPU_TIMER_CONTROL)); in mv_get_timer_control()
201 bus_write_4(wdt_softc->wdt_res, CPU_TIMER_CONTROL, val); in mv_set_timer_control()
208 bus_write_4(wdt_softc->wdt_res, CPU_TIMER0 + timer * 0x8, val); in mv_set_timer()