HomeSort by: relevance | last modified time | path
    Searched defs:wdog (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/arm/acpi/
sbsawdt_acpi.c 46 #include <sys/wdog.h>
109 ACPI_GTDT_WATCHDOG * const wdog = aux; local in function:sbsawdt_acpi_match
111 if ((wdog->TimerFlags & ACPI_GTDT_WATCHDOG_SECURE) != 0)
121 ACPI_GTDT_WATCHDOG * const wdog = aux; local in function:sbsawdt_acpi_attach
125 wdog->RefreshFrameAddress, wdog->RefreshFrameAddress + SBSAWDT_REFRESH_SIZE - 1,
126 wdog->ControlFrameAddress, wdog->ControlFrameAddress + SBSAWDT_CONTROL_SIZE - 1);
132 if (bus_space_map(sc->sc_bst, wdog->RefreshFrameAddress, SBSAWDT_REFRESH_SIZE, 0, &sc->sc_bsh_r) != 0) {
136 if (bus_space_map(sc->sc_bst, wdog->ControlFrameAddress, SBSAWDT_CONTROL_SIZE, 0, &sc->sc_bsh_c) != 0)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
arm-realview-eb.dtsi 389 wdog: watchdog@10010000 { label
imx31.dtsi 318 wdog: watchdog@53fdc000 { label
imx35.dtsi 297 wdog: watchdog@53fdc000 { label in label:aips2
imx27.dtsi 102 wdog: watchdog@10002000 { label
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/lg/
lg1312.dtsi 140 wdog: watchdog@fd200000 { label
lg1313.dtsi 140 wdog: watchdog@fd200000 { label
  /src/sys/arch/evbmips/cavium/
machdep.c 273 uint64_t wdog = mips3_ld(wdog_reg); local in function:mach_init
274 wdog &= ~(CIU_WDOGX_MODE|CIU_WDOGX_LEN);
275 wdog |= __SHIFTIN(3, CIU_WDOGX_MODE);
276 wdog |= CIU_WDOGX_LEN; // max period
277 mips64_sd_a64(wdog_reg, wdog);
  /src/sys/arch/arm/broadcom/
bcm2835_pmwdog.c 41 #include <sys/wdog.h>
163 uint32_t tmp, rstc, wdog; local in function:bcmpmwdog_set_timeout
167 rstc = wdog = BCM2835_PM_PASSWORD;
172 wdog |= ticks & BCM2835_PM_WDOG_TIMEMASK;
174 bus_space_write_4(sc->sc_iot, sc->sc_ioh, BCM2835_PM_WDOG, wdog);
  /src/sys/arch/mips/cavium/
octeon_cpunode.c 47 #include <sys/wdog.h>
146 .cnaa_name = "wdog",
373 uint64_t wdog = mips3_ld(cpu->cpu_wdog); local in function:wdog_cpunode_setmode
374 wdog &= ~CIU_WDOGX_MODE;
375 mips3_sd(cpu->cpu_pp_poke, wdog);
377 "%s: disable wdog=%#"PRIx64"\n",
378 cpu_name(ci), wdog);
379 mips3_sd(cpu->cpu_wdog, wdog);
380 mips3_sd(cpu->cpu_pp_poke, wdog);
392 // This wdog is a 24-bit counter that decrements every 25
404 uint64_t wdog = mips3_ld(cpu->cpu_wdog); local in function:wdog_cpunode_setmode
    [all...]

Completed in 16 milliseconds