Searched refs:UTCR3 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/arm/mach-sa1100/include/mach/ |
D | uncompress.h | 29 if (UART(UTCR3) & UTCR3_TXE) break; in putc() 31 if (UART(UTCR3) & UTCR3_TXE) break; in putc() 33 if (UART(UTCR3) & UTCR3_TXE) break; in putc()
|
D | SA-1100.h | 310 #define UTCR3 0x0c macro
|
/Linux-v4.19/arch/arm/include/debug/ |
D | sa1100.S | 14 #define UTCR3 0x0c macro 33 ldr \rv, [\rp, #UTCR3] 38 ldreq \rv, [\rp, #UTCR3] 43 ldreq \rv, [\rp, #UTCR3]
|
/Linux-v4.19/drivers/mfd/ |
D | ipaq-micro.c | 58 val = readl(micro->base + UTCR3); in ipaq_micro_trigger_tx() 60 writel(val, micro->base + UTCR3); in ipaq_micro_trigger_tx() 296 val = readl(micro->base + UTCR3); in micro_tx_chars() 298 writel(val, micro->base + UTCR3); in micro_tx_chars() 316 writel(0x0, micro->base + UTCR3); in micro_reset_comm() 329 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm() 330 val = readl(micro->base + UTCR3); in micro_reset_comm() 332 writel(val, micro->base + UTCR3); in micro_reset_comm()
|
/Linux-v4.19/drivers/tty/serial/ |
D | sa1100.c | 50 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) 58 #define UART_PUT_UTCR3(sport,v) __raw_writel((v),(sport)->port.membase + UTCR3)
|