Home
last modified time | relevance | path

Searched refs:mtty (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/sys/dev/sbus/
Dmagma.c494 struct mtty_port *mtty; in magma_hard() local
497 mtty = &sc->ms_mtty->ms_port[port]; in magma_hard()
498 cd = mtty->mp_cd1400; in magma_hard()
508 ptr = mtty->mp_rput; in magma_hard()
512 if (ptr == mtty->mp_rend) in magma_hard()
513 ptr = mtty->mp_rbuf; in magma_hard()
514 if (ptr == mtty->mp_rget) { in magma_hard()
515 if (ptr == mtty->mp_rbuf) in magma_hard()
516 ptr = mtty->mp_rend; in magma_hard()
518 SET(mtty->mp_flags, in magma_hard()
[all …]
Dfiles.sbus69 device mtty
70 attach mtty at magma
73 file dev/sbus/magma.c magma | mtty | mbpp needs-flag
/mirbsd/src/sys/arch/sparc/dev/
Dmagma.c522 register struct mtty_port *mtty; local
525 mtty = &sc->ms_mtty->ms_port[port];
526 cd = mtty->mp_cd1400;
536 ptr = mtty->mp_rput;
540 if( ptr == mtty->mp_rend ) ptr = mtty->mp_rbuf;
541 if( ptr == mtty->mp_rget ) {
542 if( ptr == mtty->mp_rbuf ) ptr = mtty->mp_rend;
544 SET(mtty->mp_flags, MTTYF_RING_OVERFLOW);
548 mtty->mp_rput = ptr;
560 struct mtty_port *mtty; local
[all …]
/mirbsd/src/sys/arch/sparc/include/
Dconf.h74 cdev_decl(mtty);
/mirbsd/src/sys/arch/sparc/conf/
Dfiles.sparc323 device mtty
324 attach mtty at magma
327 file arch/sparc/dev/magma.c magma | mtty | mbpp needs-flag
DFLOPPY210 mtty* at magma?
DGENERIC219 mtty* at magma?
DRAMDISK210 mtty* at magma?
/mirbsd/src/sys/arch/sparc/sparc/
Dconf.c229 cdev_tty_init(NMTTY,mtty), /* 100: magma */