Searched refs:UTCR3 (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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-6.1.9/arch/arm/include/debug/ |
D | sa1100.S | 10 #define UTCR3 0x0c macro 29 ldr \rv, [\rp, #UTCR3] 34 ldreq \rv, [\rp, #UTCR3] 39 ldreq \rv, [\rp, #UTCR3]
|
/linux-6.1.9/drivers/mfd/ |
D | ipaq-micro.c | 55 val = readl(micro->base + UTCR3); in ipaq_micro_trigger_tx() 57 writel(val, micro->base + UTCR3); in ipaq_micro_trigger_tx() 293 val = readl(micro->base + UTCR3); in micro_tx_chars() 295 writel(val, micro->base + UTCR3); in micro_tx_chars() 313 writel(0x0, micro->base + UTCR3); in micro_reset_comm() 326 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm() 327 val = readl(micro->base + UTCR3); in micro_reset_comm() 329 writel(val, micro->base + UTCR3); in micro_reset_comm()
|
/linux-6.1.9/drivers/tty/serial/ |
D | sa1100.c | 48 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) 56 #define UART_PUT_UTCR3(sport,v) __raw_writel((v),(sport)->port.membase + UTCR3)
|