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

  /src/sys/arch/x86/x86/
powernow.c 106 struct powernow_softc { struct
131 static int powernow_k7_decode_pst(struct powernow_softc *, uint8_t *,int);
140 CFATTACH_DECL_NEW(powernow, sizeof(struct powernow_softc),
178 struct powernow_softc *sc = device_private(self);
233 struct powernow_softc *sc = device_private(self);
253 struct powernow_softc *sc = device_private(self);
317 struct powernow_softc *sc;
378 struct powernow_softc *sc = device_private(self);
447 struct powernow_softc *sc = device_private(self);
523 struct powernow_softc *sc = device_private(self)
    [all...]
powernow.c 106 struct powernow_softc { struct
131 static int powernow_k7_decode_pst(struct powernow_softc *, uint8_t *,int);
140 CFATTACH_DECL_NEW(powernow, sizeof(struct powernow_softc),
178 struct powernow_softc *sc = device_private(self);
233 struct powernow_softc *sc = device_private(self);
253 struct powernow_softc *sc = device_private(self);
317 struct powernow_softc *sc;
378 struct powernow_softc *sc = device_private(self);
447 struct powernow_softc *sc = device_private(self);
523 struct powernow_softc *sc = device_private(self)
    [all...]

Completed in 23 milliseconds