Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dstrongarm.c898 #define UTCR3_RXE (1 << 0) /* Rx enable */ macro
989 if ((s->utcr3 & UTCR3_RXE) && in strongarm_uart_update_int_status()
1060 if ((s->utcr3 & UTCR3_RXE) == 0) { in strongarm_uart_rx_push()
1209 if ((s->utcr3 & UTCR3_RXE) == 0) { in strongarm_uart_write()
1283 s->utcr3 = UTCR3_TXE | UTCR3_RXE; in strongarm_uart_reset()
/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c352 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()
721 utcr3 = UART_GET_UTCR3(sport) & (UTCR3_RXE | UTCR3_TXE); in sa1100_console_get_options()
722 if (utcr3 == (UTCR3_RXE | UTCR3_TXE)) { in sa1100_console_get_options()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h358 #define UTCR3_RXE 0x00000001 /* Receive Enable */ macro
368 (UTCR3_RXE + UTCR3_TXE)
/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c321 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
/openbmc/u-boot/include/
H A DSA-1100.h572 #define UTCR3_RXE 0x00000001 /* Receive Enable */ macro
582 (UTCR3_RXE + UTCR3_TXE)