Searched refs:UTSR1 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | sa1100.S | 12 #define UTSR1 0x20 define 58 1001: ldr \rd, [\rx, #UTSR1] 64 1001: ldr \rd, [\rx, #UTSR1]
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | sa1100.S | 12 #define UTSR1 0x20 define 58 1001: ldr \rd, [\rx, #UTSR1] 64 1001: ldr \rd, [\rx, #UTSR1]
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 38 while (!(UART(UTSR1) & UTSR1_TNF)) in putc()
|
H A D | SA-1100.h | 313 #define UTSR1 0x20 macro
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 38 while (!(UART(UTSR1) & UTSR1_TNF)) in putc()
|
H A D | SA-1100.h | 313 #define UTSR1 0x20 macro
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ipaq-micro.c | 176 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { in micro_rx_chars() 287 (readl(micro->base + UTSR1) & UTSR1_TNF)) { in micro_tx_chars()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | ipaq-micro.c | 171 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { in micro_rx_chars() 282 (readl(micro->base + UTSR1) & UTSR1_TNF)) { in micro_tx_chars()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sa1100.c | 50 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) 58 #define UART_PUT_UTSR1(sport,v) __raw_writel((v),(sport)->port.membase + UTSR1)
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | sa1100.c | 50 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1) 58 #define UART_PUT_UTSR1(sport,v) __raw_writel((v),(sport)->port.membase + UTSR1)
|
Completed in 16 milliseconds