Lines Matching refs:status
68 * Some of status comes from higher bits of the character and some come from
69 * the status register. Combining both of them in to single status using dummy
223 u32 status = asc_in(port, ASC_STA);
225 if (status & ASC_STA_THE)
227 else if (!(status & ASC_STA_TF))
251 unsigned long status, mode;
268 while ((status = asc_in(port, ASC_STA)) & ASC_STA_RBF) {
273 if (status & ASC_STA_OE || c & ASC_RXBUF_FE ||
292 if (status & ASC_STA_OE) {
320 u32 status;
324 status = asc_in(port, ASC_STA);
326 if (status & ASC_STA_RBF) {
331 if ((status & ASC_STA_THE) &&