Lines Matching defs:qccpu_softc
57 struct qccpu_softc {
78 uint32_t qccpu_lut_to_freq(struct qccpu_softc *, int, uint32_t);
79 uint32_t qccpu_lut_to_cores(struct qccpu_softc *, int, uint32_t);
82 void qccpu_collect_lut(struct qccpu_softc *sc, int);
86 sizeof (struct qccpu_softc), qccpu_match, qccpu_attach
104 struct qccpu_softc *sc = (struct qccpu_softc *)self;
149 qccpu_collect_lut(struct qccpu_softc *sc, int group)
184 struct qccpu_softc *sc = cookie;
206 struct qccpu_softc *sc = cookie;
251 qccpu_lut_to_freq(struct qccpu_softc *sc, int index, uint32_t group)
259 qccpu_lut_to_cores(struct qccpu_softc *sc, int index, uint32_t group)
268 struct qccpu_softc *sc = arg;