Home
last modified time | relevance | path

Searched refs:regkva (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/arch/hp300/dev/
H A Drbox.c275 volatile struct rboxfb *rb = (struct rboxfb *)fb->regkva; in rbox_restore()
293 rb_waitbusy(fb->regkva); in rbox_restore()
295 *(fb->regkva + 0x63c3 + i*4) = 0x0; in rbox_restore()
296 *(fb->regkva + 0x6403 + i*4) = 0x0; in rbox_restore()
297 *(fb->regkva + 0x6803 + i*4) = 0x0; in rbox_restore()
298 *(fb->regkva + 0x6c03 + i*4) = 0x0; in rbox_restore()
299 *(fb->regkva + 0x73c3 + i*4) = 0x0; in rbox_restore()
300 *(fb->regkva + 0x7403 + i*4) = 0x0; in rbox_restore()
301 *(fb->regkva + 0x7803 + i*4) = 0x0; in rbox_restore()
302 *(fb->regkva + 0x7c03 + i*4) = 0x0; in rbox_restore()
[all …]
H A Drboxreg.h54 #define CM1RED(fb) ((volatile struct rencm *)((fb)->regkva + 0x6400))
55 #define CM1GRN(fb) ((volatile struct rencm *)((fb)->regkva + 0x6800))
56 #define CM1BLU(fb) ((volatile struct rencm *)((fb)->regkva + 0x6C00))
57 #define CM2RED(fb) ((volatile struct rencm *)((fb)->regkva + 0x7400))
58 #define CM2GRN(fb) ((volatile struct rencm *)((fb)->regkva + 0x7800))
59 #define CM2BLU(fb) ((volatile struct rencm *)((fb)->regkva + 0x7C00))
H A Dgbox.c314 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; in gbox_restore()
384 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; in gbox_setcolor()
427 volatile struct gboxfb *gb = (struct gboxfb *)fb->regkva; in gbox_windowmove()
H A Dtopcat.c359 volatile struct tcboxfb *tc = (struct tcboxfb *)fb->regkva; in topcat_restore()
437 volatile struct tcboxfb *tc = (struct tcboxfb *)fb->regkva; in topcat_setcolor()
512 volatile struct tcboxfb *tc = (struct tcboxfb *)fb->regkva; in topcat_windowmove()
H A Ddiofbvar.h76 uint8_t *regkva; /* KVA of registers */ member
H A Ddvbox.c278 volatile struct dvboxfb *db = (struct dvboxfb *)fb->regkva; in dvbox_restore()
415 volatile struct dvboxfb *db = (struct dvboxfb *)fb->regkva; in dvbox_windowmove()
H A Ddiofb.c112 fb->regkva = (uint8_t *)fbr; in diofb_fbinquire()
/netbsd/sys/arch/atari/dev/
H A Dgrfabs_et.c152 void *regkva; member
249 ba = et_priv.regkva; in et_save_view()
329 bm->regs = et_priv.regkva; in et_alloc_view()
330 bm->hw_regs = (void *)kvtop(et_priv.regkva); in et_alloc_view()
458 et_priv.regkva = (void *)pci_io_addr; in et_probe_card()
486 ba = et_priv.regkva; in et_loadmode()
644 ba = et_priv.regkva; in et_hwsave()
681 ba = et_priv.regkva; in et_hwrest()
H A Dite_et.c62 volatile u_char *regkva; member
331 cci->regkva = view->bitmap->regs; in view_init()
455 ba = ((ipriv_t*)ip->priv)->regkva; in et_cursor()
590 ba = ((ipriv_t*)ip->priv)->regkva; in et_inittextmode()
/netbsd/sys/arch/atari/vme/
H A Det4000.c109 volatile void * regkva; member
368 et4k_priv.regkva = (volatile void *)ioh; in et4k_vme_attach()