Home | History | Annotate | Download | only in xscale

Lines Matching defs:ixpqmgr_softc

131 struct ixpqmgr_softc {
170 static struct ixpqmgr_softc *ixpqmgr_sc = NULL;
172 static void ixpqmgr_rebuild(struct ixpqmgr_softc *);
175 static void aqm_int_enable(struct ixpqmgr_softc *sc, int qId);
176 static void aqm_int_disable(struct ixpqmgr_softc *sc, int qId);
177 static void aqm_qcfg(struct ixpqmgr_softc *sc, int qId, u_int ne, u_int nf);
178 static void aqm_srcsel_write(struct ixpqmgr_softc *sc, int qId, int sourceId);
179 static void aqm_reset(struct ixpqmgr_softc *sc);
188 aqm_reg_read(struct ixpqmgr_softc *sc, bus_size_t off)
195 aqm_reg_write(struct ixpqmgr_softc *sc, bus_size_t off, uint32_t val)
219 struct ixpqmgr_softc *sc = device_get_softc(dev);
222 struct ixpqmgr_softc *sc;
344 struct ixpqmgr_softc *sc = device_get_softc(dev);
357 struct ixpqmgr_softc *sc = ixpqmgr_sc;
401 struct ixpqmgr_softc *sc = ixpqmgr_sc;
470 struct ixpqmgr_softc *sc = ixpqmgr_sc;
499 struct ixpqmgr_softc *sc = ixpqmgr_sc;
540 struct ixpqmgr_softc *sc = ixpqmgr_sc;
564 struct ixpqmgr_softc *sc = ixpqmgr_sc;
572 struct ixpqmgr_softc *sc = ixpqmgr_sc;
644 struct ixpqmgr_softc *sc = ixpqmgr_sc;
660 struct ixpqmgr_softc *sc = ixpqmgr_sc;
669 ixpqmgr_rebuild(struct ixpqmgr_softc *sc)
752 struct ixpqmgr_softc *sc = ixpqmgr_sc;
908 aqm_int_enable(struct ixpqmgr_softc *sc, int qId)
925 aqm_int_disable(struct ixpqmgr_softc *sc, int qId)
978 aqm_qcfg(struct ixpqmgr_softc *sc, int qId, u_int ne, u_int nf)
1013 aqm_srcsel_write(struct ixpqmgr_softc *sc, int qId, int sourceId)
1049 aqm_reset(struct ixpqmgr_softc *sc)
1120 sizeof(struct ixpqmgr_softc),