Searched refs:ess_rd (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/sound/isa/ |
| HD | ess.c | 111 static int ess_rd(struct ess_info *sc, int reg); 171 ess_rd(struct ess_info *sc, int reg) in ess_rd() function 185 return ((ess_rd(sc, SBDSP_STATUS) & 0x80) == 0); in ess_dspready() 240 val = ess_rd(sc, SB_MIX_DATA); in ess_getmixer() 252 if (ess_rd(sc, DSP_DATA_AVAIL) & 0x80) in ess_get_byte() 253 return ess_rd(sc, DSP_READ); in ess_get_byte() 362 if (ess_rd(sc, 0x0c) & 0x01) in ess_intr() 403 ess_rd(sc, DSP_DATA_AVAIL); in ess_intr() 828 ver = (ess_getmixer(sc, 0x40) << 8) | ess_rd(sc, SB_MIX_DATA); in ess_attach()
|
| /NextBSD/sys/dev/sound/pci/ |
| HD | solo.c | 119 static int ess_rd(struct ess_info *sc, int reg); 191 ess_rd(struct ess_info *sc, int reg) in ess_rd() function 205 return ((ess_rd(sc, SBDSP_STATUS) & 0x80) == 0); in ess_dspready() 257 val = ess_rd(sc, SB_MIX_DATA); in ess_getmixer() 269 if (ess_rd(sc, 0xc) & 0x40) in ess_get_byte() 270 return ess_rd(sc, DSP_READ); in ess_get_byte() 317 if (ess_rd(sc, 0x0c) & 0x01) in ess_intr() 368 ess_rd(sc, DSP_DATA_AVAIL); in ess_intr()
|