Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mfd/
Dipaq-micro.c176 while ((status = readl(micro->base + UTSR1)) & UTSR1_RNE) { in micro_rx_chars()
/linux-5.19.10/drivers/tty/serial/
Dsa1100.c187 while (status & UTSR1_TO_SM(UTSR1_RNE)) { in sa1100_rx_chars()
/linux-5.19.10/arch/arm/mach-sa1100/include/mach/
DSA-1100.h395 #define UTSR1_RNE 0x00000002 /* Receive FIFO Not Empty (read) */ macro