Lines Matching defs:rbuf
122 uint16_t rbuf; /* 08 Rbuf/Lpr: receive buffer/line param */
211 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) |
218 dz->rbuf = DZ_LPR_RX_ENABLE | (DZ_LPR_B4800 << 8) |
313 uint16_t rbuf;
323 rbuf = dzcn->rbuf;
324 if (((rbuf >> 8) & 3) != line)
326 c = rbuf & 0x7f;
400 uint16_t rbuf;
418 rbuf = dzr->rbuf;
420 if (((rbuf >> 8) & 3) == line)
421 return (rbuf & 0xff);