Lines Matching refs:ba
83 #define gsp_out(ba,cmd,len) gsp_dump(cmd,len); gsp_write(ba,cmd,len) argument
85 #define gsp_out(ba,cmd,len) gsp_write(ba,cmd,len) argument
142 volatile struct gspregs *ba; in ulowell_init() local
149 ba = (volatile struct gspregs *) ip->grf->g_regkva; in ulowell_init()
161 ba->ctrl = LBL|INCW; in ulowell_init()
162 ba->hstadrh = 0xFFA2; in ulowell_init()
163 ba->hstadrl = 0x0200; in ulowell_init()
165 ba->data = 0x0000; in ulowell_init()
166 ba->data = 0xFFA3; in ulowell_init()
167 ba->data = ip->ftwidth; in ulowell_init()
168 ba->data = ip->ftheight; in ulowell_init()
169 ba->data = ip->ftbaseline; in ulowell_init()
170 ba->data = 1; in ulowell_init()
171 ba->data = ip->font_lo; in ulowell_init()
172 ba->data = ip->font_hi; in ulowell_init()
173 ba->data = ip->ftboldsmear; in ulowell_init()
175 ba->hstadrh = 0xFFA3; in ulowell_init()
176 ba->hstadrl = 0x0000; in ulowell_init()
188 ba->data = *sp; in ulowell_init()
194 gsp_out(ba, cmd, 1); in ulowell_init()
228 volatile struct gspregs *ba; in ulowell_cursor() local
231 ba = (volatile struct gspregs *)ip->grf->g_regkva; in ulowell_cursor()
257 gsp_out(ba, cmd, 7); in ulowell_cursor()
266 gsp_out(ba, cmd, 7); in ulowell_cursor()
285 gsp_out(ba, cmd, 7); in ulowell_cursor()
294 gsp_out(ba, cmd, 7); in ulowell_cursor()
302 volatile struct gspregs *ba; in screen_up() local
306 ba = (volatile struct gspregs *)ip->grf->g_regkva; in screen_up()
329 gsp_out(ba, cmd, 7); in screen_up()
336 volatile struct gspregs *ba; in screen_down() local
340 ba = (volatile struct gspregs *)ip->grf->g_regkva; in screen_down()
364 gsp_out(ba, cmd, 7); in screen_down()
377 volatile struct gspregs *ba; in ulowell_putc() local
380 ba = (volatile struct gspregs *)ip->grf->g_regkva; in ulowell_putc()
389 gsp_write(ba, cmd, 7); in ulowell_putc()
395 volatile struct gspregs * ba; in ulowell_clear() local
402 ba = (volatile struct gspregs *)ip->grf->g_regkva; in ulowell_clear()
412 gsp_out(ba, cmd, 7); in ulowell_clear()
417 volatile struct gspregs *ba; in ulowell_scroll() local
420 ba = (volatile struct gspregs *)ip->grf->g_regkva; in ulowell_scroll()
440 gsp_out(ba,cmd,7); in ulowell_scroll()
450 gsp_out(ba,cmd,7); in ulowell_scroll()