Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sbus/
Dmagmareg.h137 u_char *mp_rend; /* ring buffer end */ member
Dmagma.c563 if( ptr == mtty->mp_rend ) ptr = mtty->mp_rbuf; in magma_hard()
566 ptr = mtty->mp_rend; in magma_hard()
755 mp->mp_rget = ((mp->mp_rget + 2) == mp->mp_rend) in magma_soft()
876 mp->mp_rend = mp->mp_rbuf + MTTY_RBUF_SIZE; in mtty_attach()