Home
last modified time | relevance | path

Searched refs:UTSR1_TNF (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/debug/
H A Dsa1100.S15 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ define
59 tst \rd, #UTSR1_TNF
/kernel/linux/linux-6.6/arch/arm/include/debug/
H A Dsa1100.S15 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ define
59 tst \rd, #UTSR1_TNF
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h38 while (!(UART(UTSR1) & UTSR1_TNF)) in putc()
H A DSA-1100.h396 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h38 while (!(UART(UTSR1) & UTSR1_TNF)) in putc()
H A DSA-1100.h396 #define UTSR1_TNF 0x00000004 /* Transmit FIFO Not Full (read) */ macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsa1100.c257 while (UART_GET_UTSR1(sport) & UTSR1_TNF) { in sa1100_tx_chars()
705 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsa1100.c241 UART_GET_UTSR1(sport) & UTSR1_TNF, in sa1100_tx_chars()
678 while (!(UART_GET_UTSR1(sport) & UTSR1_TNF)) in sa1100_console_putchar()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dipaq-micro.c287 (readl(micro->base + UTSR1) & UTSR1_TNF)) { in micro_tx_chars()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dipaq-micro.c282 (readl(micro->base + UTSR1) & UTSR1_TNF)) { in micro_tx_chars()

Completed in 19 milliseconds