ureg              751 drivers/infiniband/hw/qib/qib_file_ops.c 		     u64 ureg)
ureg              769 drivers/infiniband/hw/qib/qib_file_ops.c 		phys = dd->physaddr + ureg;
ureg              979 drivers/infiniband/hw/qib/qib_file_ops.c 	u64 pgaddr, ureg;
ureg             1022 drivers/infiniband/hw/qib/qib_file_ops.c 	ureg = dd->uregbase + dd->ureg_align * rcd->ctxt;
ureg             1041 drivers/infiniband/hw/qib/qib_file_ops.c 	if (pgaddr == ureg)
ureg             1042 drivers/infiniband/hw/qib/qib_file_ops.c 		ret = mmap_ureg(vma, dd, ureg);
ureg              112 drivers/media/usb/tm6000/tm6000-i2c.c 	unsigned char ureg;
ureg              119 drivers/media/usb/tm6000/tm6000-i2c.c 		ureg = reg & 0xFF;
ureg              122 drivers/media/usb/tm6000/tm6000-i2c.c 			addr | (reg & 0xFF00), 0, &ureg, 1);
ureg              247 drivers/regulator/88pm8607.c #define PM8607_DVC(vreg, ureg, ubit, ereg, ebit)			\
ureg              261 drivers/regulator/88pm8607.c 		.apply_reg = PM8607_##ureg,				\
ureg              329 drivers/regulator/da903x.c #define DA903x_DVC(_pmic, _id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
ureg              345 drivers/regulator/da903x.c 	.update_reg	= _pmic##_##ureg,				\
ureg              357 drivers/regulator/da903x.c #define DA9030_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
ureg              358 drivers/regulator/da903x.c 	DA903x_DVC(DA9030, _id, min, max, step, vreg, nbits, ureg, ubit, \
ureg              361 drivers/regulator/da903x.c #define DA9034_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
ureg              362 drivers/regulator/da903x.c 	DA903x_DVC(DA9034, _id, min, max, step, vreg, nbits, ureg, ubit, \
ureg              365 drivers/regulator/da903x.c #define DA9035_DVC(_id, min, max, step, vreg, nbits, ureg, ubit, ereg, ebit) \
ureg              366 drivers/regulator/da903x.c 	DA903x_DVC(DA9035, _id, min, max, step, vreg, nbits, ureg, ubit, \
ureg               70 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg               72 drivers/tty/serial/sirfsoc_uart.c 	reg = rd_regl(port, ureg->sirfsoc_tx_fifo_status);
ureg               79 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg               83 drivers/tty/serial/sirfsoc_uart.c 		if (!(rd_regl(port, ureg->sirfsoc_afc_ctrl) &
ureg              103 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              110 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_line_ctrl,
ureg              111 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_line_ctrl) |
ureg              114 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_mode1,
ureg              115 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_mode1) |
ureg              119 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_line_ctrl,
ureg              120 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_line_ctrl) &
ureg              123 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_mode1,
ureg              124 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_mode1) &
ureg              131 drivers/tty/serial/sirfsoc_uart.c 		current_val = rd_regl(port, ureg->sirfsoc_afc_ctrl) & ~0xFF;
ureg              133 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_afc_ctrl, val);
ureg              145 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              154 drivers/tty/serial/sirfsoc_uart.c 				wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              155 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) &
ureg              158 drivers/tty/serial/sirfsoc_uart.c 				wr_regl(port, ureg->sirfsoc_int_en_clr_reg,
ureg              163 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_tx_rx_en, rd_regl(port,
ureg              164 drivers/tty/serial/sirfsoc_uart.c 				ureg->sirfsoc_tx_rx_en) & ~SIRFUART_TX_EN);
ureg              166 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              167 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) &
ureg              170 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_clr_reg,
ureg              178 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              197 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              198 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)&
ureg              201 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_int_en_clr_reg,
ureg              212 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP);
ureg              213 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_dma_io_ctrl,
ureg              214 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_tx_dma_io_ctrl)|
ureg              224 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              225 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)|
ureg              228 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              230 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START);
ureg              233 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP);
ureg              234 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_dma_io_ctrl,
ureg              235 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_tx_dma_io_ctrl)&
ureg              237 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START);
ureg              264 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              270 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_tx_rx_en, rd_regl(port,
ureg              271 drivers/tty/serial/sirfsoc_uart.c 				ureg->sirfsoc_tx_rx_en) | SIRFUART_TX_EN);
ureg              272 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_STOP);
ureg              274 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_START);
ureg              276 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              277 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)|
ureg              280 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              288 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              291 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_fifo_op, 0);
ureg              294 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              295 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) &
ureg              300 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_clr_reg,
ureg              307 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              308 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)&
ureg              312 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_clr_reg,
ureg              321 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              328 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_afc_ctrl,
ureg              329 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_afc_ctrl) & ~0x3FF);
ureg              331 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              332 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)&
ureg              335 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_clr_reg,
ureg              356 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              363 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_afc_ctrl,
ureg              364 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_afc_ctrl) |
ureg              368 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              369 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
ureg              372 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              381 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              383 drivers/tty/serial/sirfsoc_uart.c 		unsigned long ulcon = rd_regl(port, ureg->sirfsoc_line_ctrl);
ureg              388 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_line_ctrl, ulcon);
ureg              396 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              403 drivers/tty/serial/sirfsoc_uart.c 	while (!(rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
ureg              405 drivers/tty/serial/sirfsoc_uart.c 		ch = rd_regl(port, ureg->sirfsoc_rx_fifo_data) |
ureg              424 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              429 drivers/tty/serial/sirfsoc_uart.c 		!(rd_regl(port, ureg->sirfsoc_tx_fifo_status) &
ureg              432 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_data,
ureg              471 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              478 drivers/tty/serial/sirfsoc_uart.c 	intr_status = rd_regl(port, ureg->sirfsoc_int_st_reg);
ureg              479 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_int_st_reg, intr_status);
ureg              480 drivers/tty/serial/sirfsoc_uart.c 	intr_status &= rd_regl(port, ureg->sirfsoc_int_en_reg);
ureg              500 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_RESET);
ureg              501 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_fifo_op, 0);
ureg              502 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_START);
ureg              511 drivers/tty/serial/sirfsoc_uart.c 		cts_status = rd_regl(port, ureg->sirfsoc_afc_ctrl) &
ureg              534 drivers/tty/serial/sirfsoc_uart.c 				wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              535 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
ureg              537 drivers/tty/serial/sirfsoc_uart.c 				wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              538 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)
ureg              541 drivers/tty/serial/sirfsoc_uart.c 				wr_regl(port, ureg->sirfsoc_int_en_clr_reg,
ureg              543 drivers/tty/serial/sirfsoc_uart.c 				wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              549 drivers/tty/serial/sirfsoc_uart.c 					wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              550 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
ureg              552 drivers/tty/serial/sirfsoc_uart.c 					wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              553 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
ureg              557 drivers/tty/serial/sirfsoc_uart.c 						ureg->sirfsoc_int_en_clr_reg,
ureg              559 drivers/tty/serial/sirfsoc_uart.c 					wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              580 drivers/tty/serial/sirfsoc_uart.c 				(rd_regl(port, ureg->sirfsoc_tx_fifo_status) &
ureg              599 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              601 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg              602 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &
ureg              622 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              623 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) |
ureg              627 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              698 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              805 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_divisor, clk_div_reg);
ureg              817 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_mode2, len_val);
ureg              824 drivers/tty/serial/sirfsoc_uart.c 	txfifo_op_reg = rd_regl(port, ureg->sirfsoc_tx_fifo_op);
ureg              825 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_fifo_op,
ureg              829 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_line_ctrl, config_reg);
ureg              839 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_frame_ctrl, len_val);
ureg              848 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_frame_ctrl, len_val);
ureg              850 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_async_param_reg,
ureg              856 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_dma_io_ctrl, SIRFUART_DMA_MODE);
ureg              858 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_dma_io_ctrl, SIRFUART_IO_MODE);
ureg              860 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg              861 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &
ureg              864 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg              865 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
ureg              873 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_fifo_ctrl,
ureg              875 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_fifo_ctrl,
ureg              878 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_fifo_op, txfifo_op_reg);
ureg              880 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_rx_en, SIRFUART_TX_EN | SIRFUART_RX_EN);
ureg              897 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg              913 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_dma_io_ctrl,
ureg              914 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_tx_dma_io_ctrl) |
ureg              916 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg              917 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
ureg              919 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg              920 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &
ureg              922 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_dma_io_len, 0);
ureg              923 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_dma_io_len, 0);
ureg              924 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_rx_en, SIRFUART_RX_EN | SIRFUART_TX_EN);
ureg              926 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_mode1,
ureg              929 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_fifo_op, SIRFUART_FIFO_RESET);
ureg              930 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_RESET);
ureg              931 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_fifo_op, 0);
ureg              932 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_fifo_ctrl, SIRFUART_FIFO_THD(port));
ureg              933 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_fifo_ctrl, SIRFUART_FIFO_THD(port));
ureg              935 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_fifo_level_chk,
ureg              941 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_tx_fifo_level_chk,
ureg              961 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_swh_dma_io,
ureg              965 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg              966 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
ureg              979 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_rx_fifo_op, SIRFUART_FIFO_START);
ureg              984 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg              985 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) |
ureg              989 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_int_en_reg,
ureg             1005 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg             1010 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_int_en_reg, 0);
ureg             1012 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_int_en_clr_reg, ~0UL);
ureg             1025 drivers/tty/serial/sirfsoc_uart.c 		while (((rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
ureg             1091 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg;
ureg             1097 drivers/tty/serial/sirfsoc_uart.c 	ureg = &sirfport->uart_reg->uart_reg;
ureg             1103 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(&sirfport->port, ureg->sirfsoc_mode1, SIRFSOC_USP_EN |
ureg             1118 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg = &sirfport->uart_reg->uart_reg;
ureg             1120 drivers/tty/serial/sirfsoc_uart.c 	while (rd_regl(port, ureg->sirfsoc_tx_fifo_status) &
ureg             1123 drivers/tty/serial/sirfsoc_uart.c 	wr_regl(port, ureg->sirfsoc_tx_fifo_data, ch);
ureg             1175 drivers/tty/serial/sirfsoc_uart.c 	struct sirfsoc_register *ureg;
ureg             1184 drivers/tty/serial/sirfsoc_uart.c 	ureg = &sirfport->uart_reg->uart_reg;
ureg             1216 drivers/tty/serial/sirfsoc_uart.c 		((rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
ureg             1220 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg             1221 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
ureg             1236 drivers/tty/serial/sirfsoc_uart.c 		while (!(rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
ureg             1239 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_rx_fifo_data);
ureg             1245 drivers/tty/serial/sirfsoc_uart.c 		wr_regl(port, ureg->sirfsoc_rx_dma_io_ctrl,
ureg             1246 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &