Searched refs:ess_get_dsp_status (Results 1 – 1 of 1) sorted by relevance
169 u_char ess_get_dsp_status(struct ess_softc *);2313 ess_get_dsp_status(struct ess_softc *sc) in ess_get_dsp_status() function2326 return ((ess_get_dsp_status(sc) & ESS_DSP_READ_READY) ? 1 : 0); in ess_dsp_read_ready()2337 return ((ess_get_dsp_status(sc) & ESS_DSP_WRITE_BUSY) ? 0 : 1); in ess_dsp_write_ready()