Searched refs:ESS_DSP_READ_READY (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/sys/dev/isa/ | ||
| H A D | essreg.h | 237 #define ESS_DSP_READ_READY 0x40 macro |
| H A D | ess.c | 2326 return ((ess_get_dsp_status(sc) & ESS_DSP_READ_READY) ? 1 : 0); in ess_dsp_read_ready() |