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

/freebsd-12-stable/sys/dev/sound/isa/
H A Dsb16.c106 static int sb_cmd(struct sb_info *sb, u_char val);
120 * sb_cmd write a single byte to the CMD port.
187 sb_cmd(struct sb_info *sb, u_char val) function
190 printf("sb_cmd: %x\n", val);
631 sb_cmd(sb, DSP_CMD_OUT16);
632 sb_cmd(sb, ch->spd >> 8);
633 sb_cmd(sb, ch->spd & 0xff);
638 sb_cmd(sb, v);
656 sb_cmd(sb, DSP_CMD_IN16);
657 sb_cmd(s
[all...]
H A Dsb8.c95 static int sb_cmd(struct sb_info *sb, u_char val);
111 * sb_cmd write a single byte to the CMD port.
176 sb_cmd(struct sb_info *sb, u_char val) function
179 printf("sb_cmd: %x\n", val);
554 sb_cmd(sb, DSP_CMD_SPKON);
563 sb_cmd(sb, i);
585 sb_cmd(sb, DSP_CMD_DMAEXIT_8);
591 sb_cmd(sb, DSP_CMD_SPKOFF); /* speaker off */
H A Dsbc.c106 static int sb_cmd(struct resource *io, u_char val);
180 sb_cmd(struct resource *io, u_char val) function
226 sb_cmd(io, DSP_CMD_GETVER); /* Get version */
231 sb_cmd(io, DSP_CMD_GETID); /* Return ident. bytes. */

Completed in 56 milliseconds