txfifo_op_reg     706 drivers/tty/serial/sirfsoc_uart.c 	unsigned long	txfifo_op_reg, ioclk_rate;
txfifo_op_reg     824 drivers/tty/serial/sirfsoc_uart.c 	txfifo_op_reg = rd_regl(port, ureg->sirfsoc_tx_fifo_op);
txfifo_op_reg     826 drivers/tty/serial/sirfsoc_uart.c 			(txfifo_op_reg & ~SIRFUART_FIFO_START));
txfifo_op_reg     877 drivers/tty/serial/sirfsoc_uart.c 	txfifo_op_reg |= SIRFUART_FIFO_START;
txfifo_op_reg     878 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_fifo_op, txfifo_op_reg);