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

/linux-4.4.14/sound/oss/
H A Duart6850.c42 static int uart6850_status(void) uart6850_status() function
47 #define input_avail() (uart6850_status()&INPUT_AVAIL)
48 #define output_ready() (uart6850_status()&OUTPUT_READY)

Completed in 37 milliseconds