HomeSort by: relevance | last modified time | path
    Searched defs:mtty (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
magma.c 175 CFATTACH_DECL_NEW(mtty, sizeof(struct mtty_softc),
545 struct mtty_port *mtty; local in function:magma_hard
548 mtty = &sc->ms_mtty->ms_port[port];
549 cd = mtty->mp_cd1400;
559 ptr = mtty->mp_rput;
563 if( ptr == mtty->mp_rend ) ptr = mtty->mp_rbuf;
564 if( ptr == mtty->mp_rget ) {
565 if( ptr == mtty->mp_rbuf )
566 ptr = mtty->mp_rend
584 struct mtty_port *mtty; local in function:magma_hard
640 struct mtty_port *mtty; local in function:magma_hard
728 struct mtty_softc *mtty = sc->ms_mtty; local in function:magma_soft
    [all...]
magma.c 175 CFATTACH_DECL_NEW(mtty, sizeof(struct mtty_softc),
545 struct mtty_port *mtty; local in function:magma_hard
548 mtty = &sc->ms_mtty->ms_port[port];
549 cd = mtty->mp_cd1400;
559 ptr = mtty->mp_rput;
563 if( ptr == mtty->mp_rend ) ptr = mtty->mp_rbuf;
564 if( ptr == mtty->mp_rget ) {
565 if( ptr == mtty->mp_rbuf )
566 ptr = mtty->mp_rend
584 struct mtty_port *mtty; local in function:magma_hard
640 struct mtty_port *mtty; local in function:magma_hard
728 struct mtty_softc *mtty = sc->ms_mtty; local in function:magma_soft
    [all...]

Completed in 22 milliseconds