Home
last modified time | relevance | path

Searched refs:sio_base (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/luna68k/dev/
H A Dsiotty.c707 struct sioreg *sio, *sio_base, *sio_a, *sio_b; in siottycninit() local
709 sio_base = (struct sioreg *)OBIO_SIO; in siottycninit()
710 sio_a = &sio_base[0]; in siottycninit()
711 sio_b = &sio_base[1]; in siottycninit()
H A Dlunaws.c582 struct sioreg *sio_base; in ws_cnattach() local
584 sio_base = (struct sioreg *)OBIO_SIO; in ws_cnattach()
585 ws_conscookie.cc_sio = &sio_base[1]; /* channel B */ in ws_cnattach()