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

  /src/sys/arch/x86/pci/
tco.c 56 struct tco_softc { struct
82 static void tcotimer_stop(struct tco_softc *);
83 static void tcotimer_start(struct tco_softc *);
84 static void tcotimer_status_reset(struct tco_softc *);
87 CFATTACH_DECL3_NEW(tco, sizeof(struct tco_softc),
116 struct tco_softc *sc = device_private(self);
221 struct tco_softc *sc = device_private(self);
246 struct tco_softc *sc = device_private(self);
259 struct tco_softc *sc = smw->smw_cookie;
307 struct tco_softc *sc = smw->smw_cookie
    [all...]
tco.c 56 struct tco_softc { struct
82 static void tcotimer_stop(struct tco_softc *);
83 static void tcotimer_start(struct tco_softc *);
84 static void tcotimer_status_reset(struct tco_softc *);
87 CFATTACH_DECL3_NEW(tco, sizeof(struct tco_softc),
116 struct tco_softc *sc = device_private(self);
221 struct tco_softc *sc = device_private(self);
246 struct tco_softc *sc = device_private(self);
259 struct tco_softc *sc = smw->smw_cookie;
307 struct tco_softc *sc = smw->smw_cookie
    [all...]

Completed in 106 milliseconds