Searched refs:UTCR3 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/mach-sa1100/include/mach/ |
H A 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()
|
H A D | SA-1100.h | 310 #define UTCR3 0x0c macro
|
/openbmc/linux/arch/arm/include/debug/ |
H A D | sa1100.S | 10 #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 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() 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 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)
|
/openbmc/qemu/hw/arm/ |
H A D | strongarm.c | 888 #define UTCR3 0x0c macro 1158 case UTCR3: in strongarm_uart_read() 1207 case UTCR3: in strongarm_uart_write()
|