Lines Matching refs:status
37 #define VT8500_URISR 0x0018 /* Interrupt status */
38 #define VT8500_URUSR 0x001c /* UART status */
47 * Interrupt enable and status bits
233 /* Acknowledge active status bits */
388 /* Configure status bits to ignore based on termio flags. */
454 unsigned int status, tmout = 10000;
458 status = vt8500_read(port, VT8500_URFIDX);
463 } while (status & 0x10);
536 unsigned int status = vt8500_read(port, VT8500_URFIDX);
538 if (!(status & 0x1f00))
546 unsigned int status, tmout = 10000;
549 status = vt8500_read(port, VT8500_URFIDX);
554 } while (status & 0x10);