HomeSort by: relevance | last modified time | path
    Searched refs:cgsix_softc (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/sun/
cgsixvar.h 55 struct cgsix_softc { struct
88 void cg6attach(struct cgsix_softc *, const char *, int);
cgsix.c 119 static void cg6_blank(struct cgsix_softc *, int);
147 static void cg6_reset (struct cgsix_softc *);
148 static void cg6_loadcmap (struct cgsix_softc *, int, int);
149 static void cg6_loadomap (struct cgsix_softc *);
150 static void cg6_setcursor (struct cgsix_softc *);/* set position */
151 static void cg6_loadcursor (struct cgsix_softc *);/* set shape */
153 static void cg6_setup_palette(struct cgsix_softc *);
168 static void cgsix_clearscreen(struct cgsix_softc *);
170 void cgsix_setup_mono(struct cgsix_softc *, int, int, int, int, uint32_t,
172 void cgsix_feed_line(struct cgsix_softc *, int, uint8_t *)
    [all...]
  /src/sys/dev/sbus/
cgsix_sbus.c 69 CFATTACH_DECL_NEW(cgsix_sbus, sizeof(struct cgsix_softc),
90 struct cgsix_softc *sc = device_private(self);
  /src/sys/arch/sparc/dev/
cgsix_obio.c 70 CFATTACH_DECL_NEW(cgsix_obio, sizeof(struct cgsix_softc),
108 struct cgsix_softc *sc = device_private(self);

Completed in 37 milliseconds