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

/netbsd-current/sys/arch/atari/dev/
H A Dserreg.h58 #define RSR_BFULL 0x80 /* Buffer Full */ macro
H A Dser.c822 while (ISSET(MFP->mf_rsr, RSR_CIP|RSR_BFULL))
1240 if (ISSET(rsr, RSR_BFULL|RSR_BREAK)) {
1241 for (; ISSET(rsr, RSR_BFULL|RSR_BREAK) && cc > 0; cc--) {
1272 while (ISSET(rsr, RSR_BFULL|RSR_BREAK)) {
1433 while (!ISSET(stat = MFP->mf_rsr, RSR_BFULL)) {

Completed in 86 milliseconds