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

/linux-4.4.14/sound/oss/
H A Duart6850.c48 #define output_ready() (uart6850_status()&OUTPUT_READY)
65 #define OUTPUT_READY 0x02 /* Mask for data ready Bit */ macro
H A Duart401.c56 #define output_ready(devc) (!(uart401_status(devc)&OUTPUT_READY))
73 #define OUTPUT_READY 0x40 macro
H A Dmpu401.c90 #define output_ready(devc) (!(mpu401_status(devc)&OUTPUT_READY))
107 #define OUTPUT_READY 0x40 macro
/linux-4.4.14/include/sound/
H A Dsnd_wavefront.h35 #define OUTPUT_READY 0x40 macro
/linux-4.4.14/sound/isa/wavefront/
H A Dwavefront_midi.c75 return !(wf_mpu_status(midi) & OUTPUT_READY); output_ready()

Completed in 204 milliseconds