Searched refs:wdt_res (Results 1 – 1 of 1) sorted by relevance
102 struct resource * wdt_res; member172 error = bus_alloc_resources(dev, mv_wdt_spec, &sc->wdt_res); in mv_wdt_attach()197 return (bus_read_4(wdt_softc->wdt_res, CPU_TIMER_CONTROL)); in mv_get_timer_control()204 bus_write_4(wdt_softc->wdt_res, CPU_TIMER_CONTROL, val); in mv_set_timer_control()211 bus_write_4(wdt_softc->wdt_res, CPU_TIMER0 + timer * 0x8, val); in mv_set_timer()