Searched refs:EAP_UART_STATUS (Results 1 – 2 of 2) sorted by relevance
86 #define EAP_UART_STATUS 0x09 macro
803 if (EREAD1(sc, EAP_UART_STATUS) & EAP_US_RXINT) { in eap_intr()804 while (EREAD1(sc, EAP_UART_STATUS) & EAP_US_RXRDY) { in eap_intr()1729 if (EREAD1(sc, EAP_UART_STATUS) & EAP_US_TXRDY) { in eap_midi_output()