Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-sa1100/include/mach/
A Duncompress.h29 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()
A DSA-1100.h310 #define UTCR3 0x0c macro
/linux-6.3-rc2/arch/arm/include/debug/
A Dsa1100.S10 #define UTCR3 0x0c macro
29 ldr \rv, [\rp, #UTCR3]
34 ldreq \rv, [\rp, #UTCR3]
39 ldreq \rv, [\rp, #UTCR3]
/linux-6.3-rc2/drivers/mfd/
A Dipaq-micro.c55 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.3-rc2/drivers/tty/serial/
A Dsa1100.c48 #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)

Completed in 15 milliseconds