Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c171 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { in micro_rx_chars()
/openbmc/qemu/hw/arm/
H A Dstrongarm.c912 #define UTSR1_RNE (1 << 1) /* Receive FIFO not empty */ macro
962 utsr1 |= UTSR1_RNE; in strongarm_uart_update_status()
/openbmc/linux/drivers/tty/serial/
H A Dsa1100.c188 while (status & UTSR1_TO_SM(UTSR1_RNE)) { in sa1100_rx_chars()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h395 #define UTSR1_RNE 0x00000002 /* Receive FIFO Not Empty (read) */ macro
/openbmc/u-boot/include/
H A DSA-1100.h609 #define UTSR1_RNE 0x00000002 /* Receive FIFO Not Empty (read) */ macro