Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c164 UART_PUT_UTCR3(sport, utcr3 & ~UTCR3_RIE); in sa1100_stop_rx()
352 UART_PUT_UTCR3(sport, UTCR3_RXE | UTCR3_TXE | UTCR3_RIE); in sa1100_startup()
465 UART_PUT_UTCR3(sport, old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)); in sa1100_set_termios()
696 UART_PUT_UTCR3(sport, (old_utcr3 & ~(UTCR3_RIE | UTCR3_TIE)) | in sa1100_console_write()
/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c321 writel(UTCR3_TXE | UTCR3_RXE | UTCR3_RIE, micro->base + UTCR3); in micro_reset_comm()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c901 #define UTCR3_RIE (1 << 3) /* Rx int enable */ macro
990 (s->utcr3 & UTCR3_RIE) && in strongarm_uart_update_int_status()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h361 #define UTCR3_RIE 0x00000008 /* Receive FIFO 1/3-to-2/3-full or */ macro
/openbmc/u-boot/include/
H A DSA-1100.h575 #define UTCR3_RIE 0x00000008 /* Receive FIFO 1/3-to-2/3-full or */ macro