bcm2835_pmwdog.c | 163 uint32_t tmp, rstc, wdog; local in function:bcmpmwdog_set_timeout 167 rstc = wdog = BCM2835_PM_PASSWORD; 169 rstc |= tmp & ~BCM2835_PM_RSTC_CONFIGMASK; 170 rstc |= BCM2835_PM_RSTC_FULL_RESET; 175 bus_space_write_4(sc->sc_iot, sc->sc_ioh, BCM2835_PM_RSTC, rstc);
|