Home
last modified time | relevance | path

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

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