Home
last modified time | relevance | path

Searched refs:wcfb_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dwcfb.c65 struct wcfb_softc { struct
105 CFATTACH_DECL_NEW(wcfb, sizeof(struct wcfb_softc), argument
133 static void wcfb_putpalreg(struct wcfb_softc *, int, int, int, int);
135 static void wcfb_bitblt(struct wcfb_softc *, int, int, int, int, int,
137 static void wcfb_rectfill(struct wcfb_softc *, int, int, int, int, int);
138 static void wcfb_rop_common(struct wcfb_softc *, bus_addr_t, int, int, int,
140 static void wcfb_rop_jfb(struct wcfb_softc *, int, int, int, int, int, int,
142 static int wcfb_rop_wait(struct wcfb_softc *);
159 struct wcfb_softc *sc = device_private(self); in wcfb_attach()
342 wcfb_putcmap(struct wcfb_softc *sc, struct wsdisplay_cmap *cm) in wcfb_putcmap()
[all …]