Searched refs:sb_get_byte (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/isa/
H A Dsbc.c119 static u_int sb_get_byte(struct resource *io);
211 sb_get_byte(struct resource *io) function
230 return (sb_get_byte(io) == 0xAA)? 0 : ENXIO;
239 ver = (sb_get_byte(io) << 8) | sb_get_byte(io);
244 essver = (sb_get_byte(io) << 8) | sb_get_byte(io);
H A Dsb8.c96 static u_int sb_get_byte(struct sb_info *sb);
112 * sb_get_byte returns a single byte from the DSP data port
234 sb_get_byte(struct sb_info *sb) function
253 if (sb_get_byte(sb) != 0xAA) {
H A Dsb16.c107 static u_int sb_get_byte(struct sb_info *sb);
121 * sb_get_byte returns a single byte from the DSP data port
257 sb_get_byte(struct sb_info *sb) function
279 b = sb_get_byte(sb);

Completed in 104 milliseconds