Home
last modified time | relevance | path

Searched defs:ALTERA_UART_STATUS_TRDY_MSK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/nios2/boot/compressed/
H A Dconsole.c61 #define ALTERA_UART_STATUS_TRDY_MSK (0x40) macro
/openbmc/linux/drivers/tty/serial/
H A Daltera_uart.c51 #define ALTERA_UART_STATUS_TRDY_MSK 0x0040 /* TX ready */ macro