Home | History | Annotate | Download | only in dev

Lines Matching defs:diofb

127 	struct diofb	*sc_fb;
128 struct diofb sc_fb_store;
144 static int topcat_reset(struct diofb *, int, struct diofbreg *);
145 static void topcat_restore(struct diofb *);
146 static int topcat_setcmap(struct diofb *, struct wsdisplay_cmap *);
147 static void topcat_setcolor(struct diofb *, u_int);
148 static int topcat_windowmove(struct diofb *, uint16_t, uint16_t, uint16_t,
314 topcat_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
399 topcat_restore(struct diofb *fb)
434 struct diofb *fb = v;
477 topcat_setcolor(struct diofb *fb, u_int index)
522 topcat_setcmap(struct diofb *fb, struct wsdisplay_cmap *cm)
554 topcat_windowmove(struct diofb *fb, uint16_t sx, uint16_t sy,
585 struct diofb *diofb = ri->ri_hw;
586 volatile struct tcboxfb *tc = (struct tcboxfb *)diofb->regkva;
589 tc_waitbusy(tc, diofb->planemask);
592 (*diofb->wsputchar)(cookie, row, col, uc, attr);
607 struct diofb *diofb;
624 diofb = ri->ri_hw;
625 tc = (struct tcboxfb *)diofb->regkva;
626 tc_waitbusy(tc, diofb->planemask);
691 struct diofb *fb = &diofb_cn;