cd18xx.c | 1090 u_char rcsr = cd18xx_read(sc, CD18xx_RCSR); local in function:cd18xx_rint 1093 put[1] = rcsr; 1095 if (rcsr) 1339 u_char rcsr; local in function:cdtty_rxsoft 1358 rcsr = get[1]; 1359 if (ISSET(rcsr, CD18xx_RCSR_OVERRUNERR | CD18xx_RCSR_BREAK | 1361 if (ISSET(rcsr, CD18xx_RCSR_OVERRUNERR)) { 1369 if (ISSET(rcsr, CD18xx_RCSR_BREAK|CD18xx_RCSR_FRAMERR)) 1371 if (ISSET(rcsr, CD18xx_RCSR_PARITYERR))
|