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

  /src/sys/arch/vax/uba/
qv.c 166 struct qv_softc { struct
195 static void qv_crtc_wr(struct qv_softc *, uint16_t, uint16_t);
196 static void qv_setcrtc(struct qv_softc *, const uint16_t *);
218 struct qv_softc *ss_sc;
230 CFATTACH_DECL_NEW(qv, sizeof(struct qv_softc),
279 qv_reg_wr(struct qv_softc *sc, uint16_t addr, uint16_t data)
286 qv_reg_rd(struct qv_softc *sc, uint16_t addr)
295 qv_crtc_wr(struct qv_softc *sc, uint16_t addr, uint16_t data)
305 qv_setcrtc(struct qv_softc *sc, const uint16_t *pp)
405 struct qv_softc *sc = device_private(self)
    [all...]
qv.c 166 struct qv_softc { struct
195 static void qv_crtc_wr(struct qv_softc *, uint16_t, uint16_t);
196 static void qv_setcrtc(struct qv_softc *, const uint16_t *);
218 struct qv_softc *ss_sc;
230 CFATTACH_DECL_NEW(qv, sizeof(struct qv_softc),
279 qv_reg_wr(struct qv_softc *sc, uint16_t addr, uint16_t data)
286 qv_reg_rd(struct qv_softc *sc, uint16_t addr)
295 qv_crtc_wr(struct qv_softc *sc, uint16_t addr, uint16_t data)
305 qv_setcrtc(struct qv_softc *sc, const uint16_t *pp)
405 struct qv_softc *sc = device_private(self)
    [all...]

Completed in 22 milliseconds