Searched refs:UTDR (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | sa1100.S | 11 #define UTDR 0x14 define 51 str \rd, [\rx, #UTDR]
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | sa1100.S | 11 #define UTDR 0x14 define 51 str \rd, [\rx, #UTDR]
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 42 UART(UTDR) = c; in putc()
|
H A D | SA-1100.h | 311 #define UTDR 0x14 macro
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 42 UART(UTDR) = c; in putc()
|
H A D | SA-1100.h | 311 #define UTDR 0x14 macro
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ipaq-micro.c | 177 ch = readl(micro->base + UTDR); in micro_rx_chars() 288 writel(tx->buf[tx->index], micro->base + UTDR); in micro_tx_chars()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | ipaq-micro.c | 172 ch = readl(micro->base + UTDR); in micro_rx_chars() 283 writel(tx->buf[tx->index], micro->base + UTDR); in micro_tx_chars()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sa1100.c | 51 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR) 59 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR)
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sa1100.c | 51 #define UART_GET_CHAR(sport) __raw_readl((sport)->port.membase + UTDR) 59 #define UART_PUT_CHAR(sport,v) __raw_writel((v),(sport)->port.membase + UTDR)
|
Completed in 14 milliseconds