Searched refs:wr_regb (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | samsung.h | 116 #define wr_regb(port, reg, val) writeb_relaxed(val, portaddr(port, reg)) macro
|
D | samsung.c | 727 wr_regb(port, S3C2410_UTXH, port->x_char); in s3c24xx_serial_tx_chars() 753 wr_regb(port, S3C2410_UTXH, xmit->buf[xmit->tail]); in s3c24xx_serial_tx_chars() 2049 wr_regb(port, S3C2410_UTXH, c); in s3c24xx_serial_put_poll_char() 2061 wr_regb(port, S3C2410_UTXH, ch); in s3c24xx_serial_console_putchar()
|