Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds