Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/sbus/
Dmagmareg.h139 u_char *mp_rput; /* ring buffer write pointer */ member
Dmagma.c559 ptr = mtty->mp_rput; in magma_hard()
572 mtty->mp_rput = ptr; in magma_hard()
749 while( mp->mp_rget != mp->mp_rput ) { in magma_soft()
931 mp->mp_rput = mp->mp_rget = mp->mp_rbuf; in mttyopen()