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

  /src/sys/arch/sgimips/dev/
crmfb.c 131 struct crmfb_softc { struct
177 static int crmfb_putcmap(struct crmfb_softc *, struct wsdisplay_cmap *);
178 static int crmfb_getcmap(struct crmfb_softc *, struct wsdisplay_cmap *);
179 static void crmfb_set_palette(struct crmfb_softc *,
181 static int crmfb_set_curpos(struct crmfb_softc *, int, int);
182 static int crmfb_gcursor(struct crmfb_softc *, struct wsdisplay_cursor *);
183 static int crmfb_scursor(struct crmfb_softc *, struct wsdisplay_cursor *);
184 static inline void crmfb_write_reg(struct crmfb_softc *, int, uint32_t);
185 static inline uint32_t crmfb_read_reg(struct crmfb_softc *, int);
186 static int crmfb_wait_dma_idle(struct crmfb_softc *);
    [all...]

Completed in 13 milliseconds