Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H 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()
H A DSA-1100.h310 #define UTCR3 0x0c macro
/openbmc/linux/arch/arm/include/debug/
H A Dsa1100.S10 #define UTCR3 0x0c macro
29 ldr \rv, [\rp, #UTCR3]
34 ldreq \rv, [\rp, #UTCR3]
39 ldreq \rv, [\rp, #UTCR3]
/openbmc/linux/drivers/mfd/
H 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()
288 val = readl(micro->base + UTCR3); in micro_tx_chars()
290 writel(val, micro->base + UTCR3); in micro_tx_chars()
308 writel(0x0, micro->base + UTCR3); in micro_reset_comm()
321 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
322 val = readl(micro->base + UTCR3); in micro_reset_comm()
324 writel(val, micro->base + UTCR3); in micro_reset_comm()
/openbmc/linux/drivers/tty/serial/
H 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)
/openbmc/qemu/hw/arm/
H A Dstrongarm.c888 #define UTCR3 0x0c macro
1158 case UTCR3: in strongarm_uart_read()
1207 case UTCR3: in strongarm_uart_write()