Searched refs:mp_cnt (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/sbus/
H A Dmagmareg.h179 int mp_cnt; /* count of io chars */ member in struct:mbpp_port
H A Dmagma.c474 if (mbpp->mp_cnt == 0) {
481 mbpp->mp_cnt--;
558 if (mbpp->mp_cnt) {
562 while (mbpp->mp_cnt && count++ < CD1400_PAR_FIFO_SIZE) {
565 mbpp->mp_cnt--;
1657 mp->mp_cnt = len;
1689 return (len - mp->mp_cnt);
1700 mp->mp_cnt = len;
1737 return (len - mp->mp_cnt);

Completed in 64 milliseconds