rd_regl           392 drivers/atm/horizon.c   return rd_regl (dev, MEMORY_PORT_OFF);
rd_regl           402 drivers/atm/horizon.c   return rd_regl (dev, MEMORY_PORT_OFF);
rd_regl           467 drivers/atm/horizon.c   PRINTD (DBG_REGS, "CONTROL 0: %#x", rd_regl (dev, CONTROL_0_REG));
rd_regl           471 drivers/atm/horizon.c   PRINTD (DBG_REGS, "IRQ ENBLE: %#x", rd_regl (dev, INT_ENABLE_REG_OFF));
rd_regl           472 drivers/atm/horizon.c   PRINTD (DBG_REGS, "IRQ SORCE: %#x", rd_regl (dev, INT_SOURCE_REG_OFF));
rd_regl           932 drivers/atm/horizon.c     while (rd_regl (dev, MASTER_RX_COUNT_REG_OFF)) {
rd_regl          1098 drivers/atm/horizon.c     while (rd_regl (dev, MASTER_TX_COUNT_REG_OFF)) {
rd_regl          1358 drivers/atm/horizon.c   while ((int_source = rd_regl (dev, INT_SOURCE_REG_OFF)
rd_regl          1721 drivers/atm/horizon.c   u32 control_0_reg = rd_regl (dev, CONTROL_0_REG);
rd_regl          1728 drivers/atm/horizon.c     control_0_reg = rd_regl (dev, CONTROL_0_REG);
rd_regl          1756 drivers/atm/horizon.c   u32 ctrl = rd_regl (dev, CONTROL_0_REG);
rd_regl          1798 drivers/atm/horizon.c     if (rd_regl (dev, CONTROL_0_REG) & SEEPROM_DO)
rd_regl          1825 drivers/atm/horizon.c   ctrl = rd_regl (dev, CONTROL_0_REG);
rd_regl           478 drivers/atm/horizon.h   wr_regl (dev, CONTROL_0_REG, rd_regl (dev, CONTROL_0_REG) | GREEN_LED)
rd_regl           480 drivers/atm/horizon.h   wr_regl (dev, CONTROL_0_REG, rd_regl (dev, CONTROL_0_REG) &~ GREEN_LED)
rd_regl           482 drivers/atm/horizon.h   wr_regl (dev, CONTROL_0_REG, rd_regl (dev, CONTROL_0_REG) | YELLOW_LED)
rd_regl           484 drivers/atm/horizon.h   wr_regl (dev, CONTROL_0_REG, rd_regl (dev, CONTROL_0_REG) &~ YELLOW_LED)
rd_regl           106 drivers/tty/serial/samsung.c 	return rd_regl(port, S3C2410_UTRSTAT) & S3C2410_UTRSTAT_TXE;
rd_regl           130 drivers/tty/serial/samsung.c 	ufcon = rd_regl(port, S3C2410_UFCON);
rd_regl           134 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl           149 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl           239 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl           256 drivers/tty/serial/samsung.c 	ufcon = rd_regl(port, S3C2410_UFCON);
rd_regl           260 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl           508 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl           531 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl           558 drivers/tty/serial/samsung.c 	utrstat = rd_regl(port, S3C2410_UTRSTAT);
rd_regl           559 drivers/tty/serial/samsung.c 	ufstat = rd_regl(port, S3C2410_UFSTAT);
rd_regl           608 drivers/tty/serial/samsung.c 			ufstat = rd_regl(port, S3C2410_UFSTAT);
rd_regl           615 drivers/tty/serial/samsung.c 		uerstat = rd_regl(port, S3C2410_UERSTAT);
rd_regl           628 drivers/tty/serial/samsung.c 					ufcon = rd_regl(port, S3C2410_UFCON);
rd_regl           750 drivers/tty/serial/samsung.c 		if (rd_regl(port, S3C2410_UFSTAT) & ourport->info->tx_fifofull)
rd_regl           783 drivers/tty/serial/samsung.c 	unsigned int pend = rd_regl(port, S3C64XX_UINTP);
rd_regl           800 drivers/tty/serial/samsung.c 	unsigned long ufstat = rd_regl(port, S3C2410_UFSTAT);
rd_regl           801 drivers/tty/serial/samsung.c 	unsigned long ufcon = rd_regl(port, S3C2410_UFCON);
rd_regl           827 drivers/tty/serial/samsung.c 	unsigned int umcon = rd_regl(port, S3C2410_UMCON);
rd_regl           844 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl          1087 drivers/tty/serial/samsung.c 	ufcon = rd_regl(port, S3C2410_UFCON);
rd_regl          1160 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl          1174 drivers/tty/serial/samsung.c 	ucon = rd_regl(port, S3C2410_UCON);
rd_regl          1370 drivers/tty/serial/samsung.c 	umcon = rd_regl(port, S3C2410_UMCON);
rd_regl          1385 drivers/tty/serial/samsung.c 	    rd_regl(port, S3C2410_ULCON),
rd_regl          1386 drivers/tty/serial/samsung.c 	    rd_regl(port, S3C2410_UCON),
rd_regl          1387 drivers/tty/serial/samsung.c 	    rd_regl(port, S3C2410_UFCON));
rd_regl          1592 drivers/tty/serial/samsung.c 	unsigned long ucon = rd_regl(port, S3C2410_UCON);
rd_regl          2055 drivers/tty/serial/samsung.c 		ufstat = rd_regl(port, S3C2410_UFSTAT);
rd_regl          2061 drivers/tty/serial/samsung.c 	utrstat = rd_regl(port, S3C2410_UTRSTAT);
rd_regl          2083 drivers/tty/serial/samsung.c 	ufstat = rd_regl(port, S3C2410_UFSTAT);
rd_regl          2093 drivers/tty/serial/samsung.c 	unsigned int ufcon = rd_regl(port, S3C2410_UFCON);
rd_regl          2094 drivers/tty/serial/samsung.c 	unsigned int ucon = rd_regl(port, S3C2410_UCON);
rd_regl          2110 drivers/tty/serial/samsung.c 	unsigned int ufcon = rd_regl(port, S3C2410_UFCON);
rd_regl          2121 drivers/tty/serial/samsung.c 	unsigned int ucon = rd_regl(cons_uart, S3C2410_UCON);
rd_regl          2142 drivers/tty/serial/samsung.c 	ulcon  = rd_regl(port, S3C2410_ULCON);
rd_regl          2143 drivers/tty/serial/samsung.c 	ucon   = rd_regl(port, S3C2410_UCON);
rd_regl          2144 drivers/tty/serial/samsung.c 	ubrdiv = rd_regl(port, S3C2410_UBRDIV);
rd_regl           128 drivers/tty/serial/samsung.h 	val = rd_regl(port, reg);
rd_regl           141 drivers/tty/serial/samsung.h 	val = rd_regl(port, reg);
rd_regl            72 drivers/tty/serial/sirfsoc_uart.c 	reg = rd_regl(port, ureg->sirfsoc_tx_fifo_status);
rd_regl            83 drivers/tty/serial/sirfsoc_uart.c 		if (!(rd_regl(port, ureg->sirfsoc_afc_ctrl) &
rd_regl           111 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_line_ctrl) |
rd_regl           115 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_mode1) |
rd_regl           120 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_line_ctrl) &
rd_regl           124 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_mode1) &
rd_regl           131 drivers/tty/serial/sirfsoc_uart.c 		current_val = rd_regl(port, ureg->sirfsoc_afc_ctrl) & ~0xFF;
rd_regl           155 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) &
rd_regl           163 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_tx_rx_en, rd_regl(port,
rd_regl           167 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) &
rd_regl           198 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)&
rd_regl           214 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_tx_dma_io_ctrl)|
rd_regl           225 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)|
rd_regl           235 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_tx_dma_io_ctrl)&
rd_regl           270 drivers/tty/serial/sirfsoc_uart.c 			wr_regl(port, ureg->sirfsoc_tx_rx_en, rd_regl(port,
rd_regl           277 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)|
rd_regl           295 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) &
rd_regl           308 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)&
rd_regl           329 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_afc_ctrl) & ~0x3FF);
rd_regl           332 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)&
rd_regl           364 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_afc_ctrl) |
rd_regl           369 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
rd_regl           383 drivers/tty/serial/sirfsoc_uart.c 		unsigned long ulcon = rd_regl(port, ureg->sirfsoc_line_ctrl);
rd_regl           403 drivers/tty/serial/sirfsoc_uart.c 	while (!(rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
rd_regl           405 drivers/tty/serial/sirfsoc_uart.c 		ch = rd_regl(port, ureg->sirfsoc_rx_fifo_data) |
rd_regl           429 drivers/tty/serial/sirfsoc_uart.c 		!(rd_regl(port, ureg->sirfsoc_tx_fifo_status) &
rd_regl           478 drivers/tty/serial/sirfsoc_uart.c 	intr_status = rd_regl(port, ureg->sirfsoc_int_st_reg);
rd_regl           480 drivers/tty/serial/sirfsoc_uart.c 	intr_status &= rd_regl(port, ureg->sirfsoc_int_en_reg);
rd_regl           511 drivers/tty/serial/sirfsoc_uart.c 		cts_status = rd_regl(port, ureg->sirfsoc_afc_ctrl) &
rd_regl           535 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
rd_regl           538 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg)
rd_regl           550 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
rd_regl           553 drivers/tty/serial/sirfsoc_uart.c 					rd_regl(port, ureg->sirfsoc_int_en_reg)
rd_regl           580 drivers/tty/serial/sirfsoc_uart.c 				(rd_regl(port, ureg->sirfsoc_tx_fifo_status) &
rd_regl           602 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &
rd_regl           623 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) |
rd_regl           824 drivers/tty/serial/sirfsoc_uart.c 	txfifo_op_reg = rd_regl(port, ureg->sirfsoc_tx_fifo_op);
rd_regl           861 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &
rd_regl           865 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
rd_regl           914 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_tx_dma_io_ctrl) |
rd_regl           917 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
rd_regl           920 drivers/tty/serial/sirfsoc_uart.c 		rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &
rd_regl           966 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
rd_regl           985 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_int_en_reg) |
rd_regl          1025 drivers/tty/serial/sirfsoc_uart.c 		while (((rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
rd_regl          1120 drivers/tty/serial/sirfsoc_uart.c 	while (rd_regl(port, ureg->sirfsoc_tx_fifo_status) &
rd_regl          1216 drivers/tty/serial/sirfsoc_uart.c 		((rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
rd_regl          1221 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) |
rd_regl          1236 drivers/tty/serial/sirfsoc_uart.c 		while (!(rd_regl(port, ureg->sirfsoc_rx_fifo_status) &
rd_regl          1239 drivers/tty/serial/sirfsoc_uart.c 				rd_regl(port, ureg->sirfsoc_rx_fifo_data);
rd_regl          1246 drivers/tty/serial/sirfsoc_uart.c 			rd_regl(port, ureg->sirfsoc_rx_dma_io_ctrl) &