Home | History | Annotate | Download | only in pci

Lines Matching refs:tga_devconfig

70     pcitag_t tag, struct tga_devconfig *dc);
74 pcitag_t, bus_size_t *pcisize, struct tga_devconfig *dc);
75 static unsigned int tga_getdotclock(struct tga_devconfig *dc);
93 static void tga2_init(struct tga_devconfig *);
109 struct tga_devconfig tga_console_dc;
157 static void tga_blank(struct tga_devconfig *);
158 static void tga_unblank(struct tga_devconfig *);
199 struct tga_devconfig tmp_dc;
200 struct tga_devconfig *dc = &tmp_dc;
215 bus_size_t *pcisize, struct tga_devconfig *dc)
241 struct tga_devconfig *dc)
392 struct tga_devconfig *dc;
412 sc->sc_dc = malloc(sizeof(struct tga_devconfig), M_DEVBUF,
530 struct tga_devconfig *dc = sc->sc_dc;
612 struct tga_devconfig *dc = v;
638 struct tga_devconfig *dc = v;
725 struct tga_devconfig *dcp = &tga_console_dc;
769 tga_blank(struct tga_devconfig *dc)
781 tga_unblank(struct tga_devconfig *dc)
796 tga_builtin_set_cursor(struct tga_devconfig *dc,
855 tga_builtin_get_cursor(struct tga_devconfig *dc,
884 tga_builtin_set_curpos(struct tga_devconfig *dc,
894 tga_builtin_get_curpos(struct tga_devconfig *dc,
904 tga_builtin_get_curmax(struct tga_devconfig *dc,
1027 struct tga_devconfig *dc = dst->ri_hw;
1218 struct tga_devconfig *dc = ri->ri_hw;
1279 struct tga_devconfig *dc = ri->ri_hw;
1329 struct tga_devconfig *dc = ri->ri_hw;
1379 struct tga_devconfig *dc = v;
1391 struct tga_devconfig *dc = v;
1406 struct tga_devconfig *dc = v;
1432 struct tga_devconfig *dc = v;
1455 struct tga_devconfig *dc = v;
1471 struct tga_devconfig *dc = v;
1486 static void tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock);
1488 static struct monitor *tga_getmonitor(struct tga_devconfig *dc);
1491 tga2_init(struct tga_devconfig *dc)
1538 tga2_ics9110_wr(struct tga_devconfig *dc, int dotclock)
1611 tga_getmonitor(struct tga_devconfig *dc)
1618 tga_getdotclock(struct tga_devconfig *dc)