uccup             176 drivers/tty/serial/ucc_uart.c 	struct ucc_uart_pram __iomem *uccup;
uccup             652 drivers/tty/serial/ucc_uart.c 	struct ucc_uart_pram *uccup = qe_port->uccup;
uccup             660 drivers/tty/serial/ucc_uart.c 	out_8(&uccup->common.rbmr, UCC_BMR_GBL | UCC_BMR_BO_BE);
uccup             661 drivers/tty/serial/ucc_uart.c 	out_8(&uccup->common.tbmr, UCC_BMR_GBL | UCC_BMR_BO_BE);
uccup             662 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->common.mrblr, qe_port->rx_fifosize);
uccup             663 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->maxidl, 0x10);
uccup             664 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->brkcr, 1);
uccup             665 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->parec, 0);
uccup             666 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->frmec, 0);
uccup             667 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->nosec, 0);
uccup             668 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->brkec, 0);
uccup             669 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->uaddr[0], 0);
uccup             670 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->uaddr[1], 0);
uccup             671 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->toseq, 0);
uccup             673 drivers/tty/serial/ucc_uart.c 		out_be16(&uccup->cchars[i], 0xC000);
uccup             674 drivers/tty/serial/ucc_uart.c 	out_be16(&uccup->rccm, 0xc0ff);
uccup             716 drivers/tty/serial/ucc_uart.c 		out_be16(&uccup->supsmr, 0x30);
uccup             717 drivers/tty/serial/ucc_uart.c 		out_be16(&uccup->res92, 0);
uccup             718 drivers/tty/serial/ucc_uart.c 		out_be32(&uccup->rx_state, 0);
uccup             719 drivers/tty/serial/ucc_uart.c 		out_be32(&uccup->rx_cnt, 0);
uccup             720 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->rx_bitmark, 0);
uccup             721 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->rx_length, 10);
uccup             722 drivers/tty/serial/ucc_uart.c 		out_be32(&uccup->dump_ptr, 0x4000);
uccup             723 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->rx_temp_dlst_qe, 0);
uccup             724 drivers/tty/serial/ucc_uart.c 		out_be32(&uccup->rx_frame_rem, 0);
uccup             725 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->rx_frame_rem_size, 0);
uccup             727 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->tx_mode,
uccup             729 drivers/tty/serial/ucc_uart.c 		out_be16(&uccup->tx_state, 0);
uccup             730 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->resD4, 0);
uccup             731 drivers/tty/serial/ucc_uart.c 		out_be16(&uccup->resD5, 0);
uccup             860 drivers/tty/serial/ucc_uart.c 	struct ucc_uart_pram __iomem *uccup = qe_port->uccup;
uccup             861 drivers/tty/serial/ucc_uart.c 	u16 supsmr = in_be16(&uccup->supsmr);
uccup             961 drivers/tty/serial/ucc_uart.c 		out_be16(&uccup->supsmr, supsmr);
uccup             962 drivers/tty/serial/ucc_uart.c 		out_8(&uccup->rx_length, char_length);
uccup            1006 drivers/tty/serial/ucc_uart.c 	qe_port->uccup = (struct ucc_uart_pram *) uccs->us_pram;