Home
last modified time | relevance | path

Searched refs:UTSR1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/include/debug/
H A Dsa1100.S12 #define UTSR1 0x20 macro
58 1001: ldr \rd, [\rx, #UTSR1]
64 1001: ldr \rd, [\rx, #UTSR1]
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h38 while (!(UART(UTSR1) & UTSR1_TNF)) in putc()
H A DSA-1100.h313 #define UTSR1 0x20 macro
/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c171 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { in micro_rx_chars()
282 (readl(micro->base + UTSR1) & UTSR1_TNF)) { in micro_tx_chars()
/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c50 #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)
/openbmc/qemu/hw/arm/
H A Dstrongarm.c891 #define UTSR1 0x20 macro
1175 case UTSR1: in strongarm_uart_read()