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

  /src/sys/arch/sparc64/dev/
ffb.c 120 static int ffb_blank(struct ffb_softc *, u_long, u_int *);
122 void ffb_ras_fifo_wait(struct ffb_softc *, int);
123 void ffb_ras_wait(struct ffb_softc *);
124 void ffb_ras_init(struct ffb_softc *);
128 void ffb_ras_fill(struct ffb_softc *);
129 void ffb_ras_invert(struct ffb_softc *);
130 static void ffb_ras_setfg(struct ffb_softc *, int32_t);
131 static void ffb_ras_setbg(struct ffb_softc *, int32_t);
133 void ffb_clearscreen(struct ffb_softc *);
182 void ffb_attach_i2c(struct ffb_softc *);
    [all...]
ffb_mainbus.c 61 CFATTACH_DECL_NEW(ffb_mainbus, sizeof(struct ffb_softc),
78 struct ffb_softc *sc = device_private(self);
ffbvar.h 51 struct ffb_softc { struct

Completed in 98 milliseconds