UTSR0_TFS         352 drivers/mfd/ipaq-micro.c 		if (status & UTSR0_TFS)
UTSR0_TFS         357 drivers/mfd/ipaq-micro.c 	} while (((tx->index < tx->len) && (status & UTSR0_TFS)) ||
UTSR0_TFS         141 drivers/tty/serial/sa1100.c 	sport->port.read_status_mask &= ~UTSR0_TO_SM(UTSR0_TFS);
UTSR0_TFS         154 drivers/tty/serial/sa1100.c 	sport->port.read_status_mask |= UTSR0_TO_SM(UTSR0_TFS);
UTSR0_TFS         285 drivers/tty/serial/sa1100.c 	status &= SM_TO_UTSR0(sport->port.read_status_mask) | ~UTSR0_TFS;
UTSR0_TFS         304 drivers/tty/serial/sa1100.c 		if (status & UTSR0_TFS)
UTSR0_TFS         310 drivers/tty/serial/sa1100.c 			  ~UTSR0_TFS;
UTSR0_TFS         311 drivers/tty/serial/sa1100.c 	} while (status & (UTSR0_TFS | UTSR0_RFS | UTSR0_RID));
UTSR0_TFS         459 drivers/tty/serial/sa1100.c 	sport->port.read_status_mask &= UTSR0_TO_SM(UTSR0_TFS);