/src/sys/arch/evbmips/atheros/ |
wdog.c | 102 struct wdog_softc { struct 110 CFATTACH_DECL_NEW(wdog, sizeof(struct wdog_softc), 123 struct wdog_softc *sc = device_private(self); 146 struct wdog_softc *sc = smw->smw_cookie; 155 struct wdog_softc *sc = smw->smw_cookie;
|
wdog.c | 102 struct wdog_softc { struct 110 CFATTACH_DECL_NEW(wdog, sizeof(struct wdog_softc), 123 struct wdog_softc *sc = device_private(self); 146 struct wdog_softc *sc = smw->smw_cookie; 155 struct wdog_softc *sc = smw->smw_cookie;
|
/src/sys/arch/arm/imx/ |
imxwdog.c | 47 struct wdog_softc { struct 62 CFATTACH_DECL_NEW(imxwdog, sizeof(struct wdog_softc), 66 wdog_read(struct wdog_softc *sc, bus_size_t o) 72 wdog_write(struct wdog_softc *sc, bus_size_t o, uint16_t v) 80 struct wdog_softc * const sc = smw->smw_cookie; 91 struct wdog_softc * const sc = smw->smw_cookie; 137 struct wdog_softc *sc = device_private(self);
|
imxwdog.c | 47 struct wdog_softc { struct 62 CFATTACH_DECL_NEW(imxwdog, sizeof(struct wdog_softc), 66 wdog_read(struct wdog_softc *sc, bus_size_t o) 72 wdog_write(struct wdog_softc *sc, bus_size_t o, uint16_t v) 80 struct wdog_softc * const sc = smw->smw_cookie; 91 struct wdog_softc * const sc = smw->smw_cookie; 137 struct wdog_softc *sc = device_private(self);
|
/src/sys/arch/powerpc/ibm4xx/dev/ |
wdog.c | 65 struct wdog_softc { struct 72 CFATTACH_DECL_NEW(wdog, sizeof(struct wdog_softc), 90 struct wdog_softc * const sc = device_private(self); 126 struct wdog_softc * const sc = smw->smw_cookie;
|
wdog.c | 65 struct wdog_softc { struct 72 CFATTACH_DECL_NEW(wdog, sizeof(struct wdog_softc), 90 struct wdog_softc * const sc = device_private(self); 126 struct wdog_softc * const sc = smw->smw_cookie;
|
/src/sys/arch/sh3/dev/ |
wdog.c | 52 struct wdog_softc { struct 61 CFATTACH_DECL_NEW(wdog, sizeof(struct wdog_softc), 116 struct wdog_softc *sc; 134 struct wdog_softc *sc; 150 struct wdog_softc *sc;
|
wdog.c | 52 struct wdog_softc { struct 61 CFATTACH_DECL_NEW(wdog, sizeof(struct wdog_softc), 116 struct wdog_softc *sc; 134 struct wdog_softc *sc; 150 struct wdog_softc *sc;
|
/src/sys/arch/mips/cavium/ |
octeon_cpunode.c | 345 struct wdog_softc { struct 359 CFATTACH_DECL_NEW(wdog_cpunode, sizeof(struct wdog_softc), 365 struct wdog_softc * const sc = smw->smw_cookie; 455 struct wdog_softc * const sc = device_private(self);
|
octeon_cpunode.c | 345 struct wdog_softc { struct 359 CFATTACH_DECL_NEW(wdog_cpunode, sizeof(struct wdog_softc), 365 struct wdog_softc * const sc = smw->smw_cookie; 455 struct wdog_softc * const sc = device_private(self);
|