Searched refs:mach64_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dmachfb.c88 struct mach64_softc { struct
225 CFATTACH_DECL_NEW(machfb, sizeof(struct mach64_softc), mach64_match,
228 static void mach64_init(struct mach64_softc *);
229 static int mach64_get_memsize(struct mach64_softc *);
230 static int mach64_get_max_ramdac(struct mach64_softc *);
234 static void mach64_get_mode(struct mach64_softc *, struct videomode *);
235 static void mach64_print_reg(struct mach64_softc *);
238 static int mach64_calc_crtcregs(struct mach64_softc *,
241 static void mach64_set_crtcregs(struct mach64_softc *,
244 static int mach64_modeswitch(struct mach64_softc *, struc
[all...]

Completed in 89 milliseconds