Symbol: mach64_softc
sys/dev/pci/machfb.c
1014
mach64_print_reg(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1064
mach64_calc_crtcregs(struct mach64_softc *sc, struct mach64_crtcregs *crtc,
sys/dev/pci/machfb.c
1112
mach64_set_crtcregs(struct mach64_softc *sc, struct mach64_crtcregs *crtc)
sys/dev/pci/machfb.c
1138
mach64_modeswitch(struct mach64_softc *sc, struct videomode *mode)
sys/dev/pci/machfb.c
1157
mach64_reset_engine(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1173
mach64_init_engine(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1260
mach64_adjust_frame(struct mach64_softc *sc, int x, int y)
sys/dev/pci/machfb.c
1272
mach64_set_dsp(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1375
mach64_set_pll(struct mach64_softc *sc, int clock)
sys/dev/pci/machfb.c
1438
mach64_init_lut(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1453
mach64_putpalreg(struct mach64_softc *sc, uint8_t index, uint8_t r, uint8_t g,
sys/dev/pci/machfb.c
1476
mach64_putcmap(struct mach64_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/pci/machfb.c
1514
mach64_getcmap(struct mach64_softc *sc, struct wsdisplay_cmap *cm)
sys/dev/pci/machfb.c
1537
mach64_is_console(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1555
struct mach64_softc *sc = scr->scr_cookie;
sys/dev/pci/machfb.c
1597
struct mach64_softc *sc = scr->scr_cookie;
sys/dev/pci/machfb.c
1633
struct mach64_softc *sc = scr->scr_cookie;
sys/dev/pci/machfb.c
1747
struct mach64_softc *sc = scr->scr_cookie;
sys/dev/pci/machfb.c
1765
struct mach64_softc *sc = scr->scr_cookie;
sys/dev/pci/machfb.c
1784
struct mach64_softc *sc = scr->scr_cookie;
sys/dev/pci/machfb.c
1802
struct mach64_softc *sc = scr->scr_cookie;
sys/dev/pci/machfb.c
1828
struct mach64_softc *sc = cookie;
sys/dev/pci/machfb.c
1866
mach64_setup_mono(struct mach64_softc *sc, int xd, int yd, int width,
sys/dev/pci/machfb.c
1888
mach64_feed_bytes(struct mach64_softc *sc, int count, uint8_t *data)
sys/dev/pci/machfb.c
1912
mach64_rectfill(struct mach64_softc *sc, int x, int y, int width, int height,
sys/dev/pci/machfb.c
1931
mach64_clearscreen(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1939
mach64_showpal(struct mach64_softc *sc)
sys/dev/pci/machfb.c
1959
struct mach64_softc *sc = vd->cookie;
sys/dev/pci/machfb.c
2035
struct mach64_softc *sc = vd->cookie;
sys/dev/pci/machfb.c
2099
machfb_blank(struct mach64_softc *sc, int blank)
sys/dev/pci/machfb.c
225
CFATTACH_DECL_NEW(machfb, sizeof(struct mach64_softc), mach64_match,
sys/dev/pci/machfb.c
228
static void mach64_init(struct mach64_softc *);
sys/dev/pci/machfb.c
229
static int mach64_get_memsize(struct mach64_softc *);
sys/dev/pci/machfb.c
230
static int mach64_get_max_ramdac(struct mach64_softc *);
sys/dev/pci/machfb.c
234
static void mach64_get_mode(struct mach64_softc *, struct videomode *);
sys/dev/pci/machfb.c
235
static void mach64_print_reg(struct mach64_softc *);
sys/dev/pci/machfb.c
238
static int mach64_calc_crtcregs(struct mach64_softc *,
sys/dev/pci/machfb.c
241
static void mach64_set_crtcregs(struct mach64_softc *,
sys/dev/pci/machfb.c
244
static int mach64_modeswitch(struct mach64_softc *, struct videomode *);
sys/dev/pci/machfb.c
245
static void mach64_set_dsp(struct mach64_softc *);
sys/dev/pci/machfb.c
246
static void mach64_set_pll(struct mach64_softc *, int);
sys/dev/pci/machfb.c
247
static void mach64_reset_engine(struct mach64_softc *);
sys/dev/pci/machfb.c
248
static void mach64_init_engine(struct mach64_softc *);
sys/dev/pci/machfb.c
250
static void mach64_adjust_frame(struct mach64_softc *, int, int);
sys/dev/pci/machfb.c
252
static void mach64_init_lut(struct mach64_softc *);
sys/dev/pci/machfb.c
255
static int mach64_is_console(struct mach64_softc *);
sys/dev/pci/machfb.c
267
static void mach64_clearscreen(struct mach64_softc *);
sys/dev/pci/machfb.c
269
static int mach64_putcmap(struct mach64_softc *, struct wsdisplay_cmap *);
sys/dev/pci/machfb.c
270
static int mach64_getcmap(struct mach64_softc *, struct wsdisplay_cmap *);
sys/dev/pci/machfb.c
271
static int mach64_putpalreg(struct mach64_softc *, uint8_t, uint8_t,
sys/dev/pci/machfb.c
274
static void mach64_rectfill(struct mach64_softc *, int, int, int, int, int);
sys/dev/pci/machfb.c
275
static void mach64_setup_mono(struct mach64_softc *, int, int, int, int,
sys/dev/pci/machfb.c
277
static void mach64_feed_bytes(struct mach64_softc *, int, uint8_t *);
sys/dev/pci/machfb.c
279
static void mach64_showpal(struct mach64_softc *);
sys/dev/pci/machfb.c
282
static void machfb_blank(struct mach64_softc *, int);
sys/dev/pci/machfb.c
315
regr(struct mach64_softc *sc, uint32_t index)
sys/dev/pci/machfb.c
321
regrb(struct mach64_softc *sc, uint32_t index)
sys/dev/pci/machfb.c
327
regw(struct mach64_softc *sc, uint32_t index, uint32_t data)
sys/dev/pci/machfb.c
335
regws(struct mach64_softc *sc, uint32_t index, uint32_t data)
sys/dev/pci/machfb.c
343
regwb(struct mach64_softc *sc, uint32_t index, uint8_t data)
sys/dev/pci/machfb.c
351
regwb_pll(struct mach64_softc *sc, uint32_t index, uint8_t data)
sys/dev/pci/machfb.c
368
regrb_pll(struct mach64_softc *sc, uint32_t index)
sys/dev/pci/machfb.c
376
wait_for_fifo(struct mach64_softc *sc, uint8_t v)
sys/dev/pci/machfb.c
383
wait_for_idle(struct mach64_softc *sc)
sys/dev/pci/machfb.c
413
struct mach64_softc *sc = device_private(self);
sys/dev/pci/machfb.c
825
struct mach64_softc *sc = cookie;
sys/dev/pci/machfb.c
862
mach64_init(struct mach64_softc *sc)
sys/dev/pci/machfb.c
868
mach64_get_memsize(struct mach64_softc *sc)
sys/dev/pci/machfb.c
894
mach64_get_max_ramdac(struct mach64_softc *sc)
sys/dev/pci/machfb.c
930
mach64_get_mode(struct mach64_softc *sc, struct videomode *mode)