Home | History | Annotate | Download | only in dev

Lines Matching defs:ba

123 	volatile u_char *ba = ip->grf->g_regkva;
127 /*WCrt(ba, CRT_ID_CURSOR_START, & ~0x20); */
130 WCrt(ba, CRT_ID_CURSOR_LOC_LOW, flag & 0xff);
131 WCrt(ba, CRT_ID_CURSOR_LOC_HIGH, (flag >> 8) & 0xff);
132 WCrt(ba, CRT_ID_EXT_START, (flag >> (16-2)) & 0x0c);
138 /*WCrt(ba, CRT_ID_CURSOR_START, | 0x20); */
157 volatile unsigned char *ba = ip->grf->g_regkva;
171 SetTextPlane(ba,0x00);
173 SetTextPlane(ba,0x01);
186 volatile unsigned char *ba = ip->grf->g_regkva;
196 SetTextPlane(ba, 0x00);
198 SetTextPlane(ba, 0x01);
207 volatile unsigned char *ba = ip->grf->g_regkva;
213 SetTextPlane(ba, 0x00);
232 SetTextPlane(ba, 0x01);