Home
last modified time | relevance | path

Searched refs:UTSR1_TBY (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/debug/
H A Dsa1100.S14 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ define
65 tst \rd, #UTSR1_TBY
/kernel/linux/linux-6.6/arch/arm/include/debug/
H A Dsa1100.S14 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ define
65 tst \rd, #UTSR1_TBY
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsa1100.c319 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()
494 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()
734 } while (status & UTSR1_TBY); in sa1100_console_write()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsa1100.c292 return UART_GET_UTSR1(sport) & UTSR1_TBY ? 0 : TIOCSER_TEMT; in sa1100_tx_empty()
467 while (UART_GET_UTSR1(sport) & UTSR1_TBY) in sa1100_set_termios()
707 } while (status & UTSR1_TBY); in sa1100_console_write()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h394 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ macro
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h394 #define UTSR1_TBY 0x00000001 /* Transmitter BusY (read) */ macro

Completed in 12 milliseconds