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

  /src/sys/arch/arm/broadcom/
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);
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);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
zynq-7000.dtsi 320 rstc: rstc@200 { label in label:amba.slcr
zynq-7000.dtsi 320 rstc: rstc@200 { label in label:amba.slcr
nuvoton-common-npcm7xx.dtsi 109 rstc: rstc@f0801000 { label
232 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI1>;
246 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI2>;
328 resets = <&rstc NPCM7XX_RESET_IPSRST1 NPCM7XX_RESET_ADC>;
nuvoton-common-npcm7xx.dtsi 109 rstc: rstc@f0801000 { label
232 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI1>;
246 resets = <&rstc NPCM7XX_RESET_IPSRST2 NPCM7XX_RESET_PSPI2>;
328 resets = <&rstc NPCM7XX_RESET_IPSRST1 NPCM7XX_RESET_ADC>;

Completed in 24 milliseconds