OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ess_get_dsp_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
ess.c
171
u_char
ess_get_dsp_status
(struct ess_softc *);
2472
ess_get_dsp_status
(struct ess_softc *sc)
function in typeref:typename:u_char
2486
return (
ess_get_dsp_status
(sc) & ESS_DSP_READ_READY) ? 1 : 0;
2497
return (
ess_get_dsp_status
(sc) & ESS_DSP_WRITE_BUSY) ? 0 : 1;
ess.c
171
u_char
ess_get_dsp_status
(struct ess_softc *);
2472
ess_get_dsp_status
(struct ess_softc *sc)
function in typeref:typename:u_char
2486
return (
ess_get_dsp_status
(sc) & ESS_DSP_READ_READY) ? 1 : 0;
2497
return (
ess_get_dsp_status
(sc) & ESS_DSP_WRITE_BUSY) ? 0 : 1;
Completed in 23 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025