Home
last modified time | relevance | path

Searched refs:ctl_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sgimips/dev/
H A Dctl.c48 struct ctl_softc { struct
68 CFATTACH_DECL_NEW(ctl, sizeof(struct ctl_softc), argument
71 static struct ctl_softc *csc;
92 struct ctl_softc * const sc = device_private(self); in ctl_attach()
127 struct ctl_softc * const sc = csc; in ctl_bus_reset()
146 struct ctl_softc * const sc = csc; in ctl_watchdog_enable()
160 struct ctl_softc * const sc = csc; in ctl_watchdog_disable()
183 struct ctl_softc *sc = arg; in ctl_blink()