mp_rend           510 dev/sbus/magma.c 				if (ptr == mtty->mp_rend)
mp_rend           514 dev/sbus/magma.c 						ptr = mtty->mp_rend;
mp_rend           703 dev/sbus/magma.c 				mp->mp_rget = ((mp->mp_rget + 2) == mp->mp_rend) ? mp->mp_rbuf : (mp->mp_rget + 2);
mp_rend           824 dev/sbus/magma.c 		mp->mp_rend = mp->mp_rbuf + MTTY_RBUF_SIZE;
mp_rend           151 dev/sbus/magmareg.h 	u_char *mp_rend;	/* ring buffer end */