Searched refs:wr_regb (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | samsung.h | 123 #define wr_regb(port, reg, val) __raw_writeb(val, portaddr(port, reg)) macro
|
D | samsung.c | 749 wr_regb(port, S3C2410_UTXH, port->x_char); in s3c24xx_serial_tx_chars() 775 wr_regb(port, S3C2410_UTXH, xmit->buf[xmit->tail]); in s3c24xx_serial_tx_chars() 2025 wr_regb(port, S3C2410_UTXH, c); in s3c24xx_serial_put_poll_char() 2037 wr_regb(port, S3C2410_UTXH, ch); in s3c24xx_serial_console_putchar()
|