Home
last modified time | relevance | path

Searched refs:UART010_CR (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Damba-pl010.c82 cr = readb(uap->port.membase + UART010_CR); in pl010_stop_tx()
84 writel(cr, uap->port.membase + UART010_CR); in pl010_stop_tx()
93 cr = readb(uap->port.membase + UART010_CR); in pl010_start_tx()
95 writel(cr, uap->port.membase + UART010_CR); in pl010_start_tx()
104 cr = readb(uap->port.membase + UART010_CR); in pl010_stop_rx()
106 writel(cr, uap->port.membase + UART010_CR); in pl010_stop_rx()
114 cr = readb(uap->port.membase + UART010_CR); in pl010_disable_ms()
116 writel(cr, uap->port.membase + UART010_CR); in pl010_disable_ms()
125 cr = readb(uap->port.membase + UART010_CR); in pl010_enable_ms()
127 writel(cr, uap->port.membase + UART010_CR); in pl010_enable_ms()
[all …]
/linux-4.4.14/include/linux/amba/
Dserial.h41 #define UART010_CR 0x14 /* Control register. */ macro