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

  /src/sys/dev/ic/
ct65550var.h 39 struct chipsfb_softc { struct
80 void chipsfb_do_attach(struct chipsfb_softc *sc);
81 uint32_t chipsfb_probe_vram(struct chipsfb_softc *sc);
ct65550.c 53 static void chipsfb_init(struct chipsfb_softc *);
67 static int chipsfb_putcmap(struct chipsfb_softc *,
69 static int chipsfb_getcmap(struct chipsfb_softc *,
71 static int chipsfb_putpalreg(struct chipsfb_softc *, uint8_t, uint8_t,
76 static void chipsfb_rectfill(struct chipsfb_softc *, int, int, int, int,
80 static void chipsfb_setup_mono(struct chipsfb_softc *, int, int, int,
82 static void chipsfb_feed(struct chipsfb_softc *, int, uint8_t *);
85 static void chipsfb_showpal(struct chipsfb_softc *);
87 static void chipsfb_restore_palette(struct chipsfb_softc *);
89 static void chipsfb_wait_idle(struct chipsfb_softc *);
    [all...]
  /src/sys/dev/pci/
chipsfb.c 56 struct chipsfb_softc sc_chips;
90 struct chipsfb_softc *sc = &scp->sc_chips;
143 struct chipsfb_softc *sc = vd->cookie;
  /src/sys/arch/shark/ofw/
chipsfb_ofbus.c 72 CFATTACH_DECL_NEW(chipsfb_ofbus, sizeof(struct chipsfb_softc),
168 struct chipsfb_softc *sc = device_private(self);

Completed in 12 milliseconds