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

  /src/sys/arch/arm/broadcom/
bcm2835_pmwdog.c 73 struct bcm2835pmwdog_softc { struct
82 static struct bcm2835pmwdog_softc *bcm2835pmwdog_sc;
87 static void bcmpmwdog_set_timeout(struct bcm2835pmwdog_softc *, uint32_t);
96 CFATTACH_DECL_NEW(bcmpmwdog_fdt, sizeof(struct bcm2835pmwdog_softc),
121 struct bcm2835pmwdog_softc *sc = device_private(self);
161 bcmpmwdog_set_timeout(struct bcm2835pmwdog_softc *sc, uint32_t ticks)
181 struct bcm2835pmwdog_softc *sc = smw->smw_cookie;
199 bcmpmwdog_set_partition(struct bcm2835pmwdog_softc *sc, uint8_t part)
212 struct bcm2835pmwdog_softc *sc = smw->smw_cookie;
221 bcm2835_restart(struct bcm2835pmwdog_softc *sc, int partition
    [all...]
bcm2835_pmwdog.c 73 struct bcm2835pmwdog_softc { struct
82 static struct bcm2835pmwdog_softc *bcm2835pmwdog_sc;
87 static void bcmpmwdog_set_timeout(struct bcm2835pmwdog_softc *, uint32_t);
96 CFATTACH_DECL_NEW(bcmpmwdog_fdt, sizeof(struct bcm2835pmwdog_softc),
121 struct bcm2835pmwdog_softc *sc = device_private(self);
161 bcmpmwdog_set_timeout(struct bcm2835pmwdog_softc *sc, uint32_t ticks)
181 struct bcm2835pmwdog_softc *sc = smw->smw_cookie;
199 bcmpmwdog_set_partition(struct bcm2835pmwdog_softc *sc, uint8_t part)
212 struct bcm2835pmwdog_softc *sc = smw->smw_cookie;
221 bcm2835_restart(struct bcm2835pmwdog_softc *sc, int partition
    [all...]

Completed in 23 milliseconds