Searched refs:UTSR1 (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/include/debug/
H A Dsa1100.S16 #define UTSR1 0x20 define
59 1001: ldr \rd, [\rx, #UTSR1]
65 1001: ldr \rd, [\rx, #UTSR1]
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h37 while (!(UART(UTSR1) & UTSR1_TNF)) putc()
H A DSA-1100.h312 #define UTSR1 0x20 macro
/linux-4.4.14/drivers/mfd/
H A Dipaq-micro.c181 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { micro_rx_chars()
295 (readl(micro->base + UTSR1) & UTSR1_TNF)) { micro_tx_chars()
/linux-4.4.14/drivers/tty/serial/
H A Dsa1100.c65 #define UART_GET_UTSR1(sport) __raw_readl((sport)->port.membase + UTSR1)
73 #define UART_PUT_UTSR1(sport,v) __raw_writel((v),(sport)->port.membase + UTSR1)

Completed in 73 milliseconds