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

/netbsd-current/sys/arch/hp300/dev/
H A Dtopcatreg.h44 while (((volatile struct tcboxfb *)(regaddr))->cmap_busy & 0x04) \
50 while (((volatile struct tcboxfb *)(regaddr))->busy & planes) \
54 struct tcboxfb { struct
H A Dtopcat.c316 volatile struct tcboxfb *tc = (struct tcboxfb *)fbr;
401 volatile struct tcboxfb *tc = (struct tcboxfb *)fb->regkva;
479 volatile struct tcboxfb *tc = (struct tcboxfb *)fb->regkva;
558 volatile struct tcboxfb *tc = (struct tcboxfb *)fb->regkva;
586 volatile struct tcboxfb *tc = (struct tcboxfb *)diof
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_tc.c57 struct tcboxfb *regbase = (void *)ip->regbase;
116 struct tcboxfb *rp = (void *)ip->regbase;
H A Dgrf_tcreg.h44 while (((struct tcboxfb *)(regaddr))->cmap_busy & 0x04) DELAY(100)
47 while (((struct tcboxfb *)(regaddr))->busy & planes) DELAY(100)
49 struct tcboxfb { struct

Completed in 137 milliseconds