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

/freebsd-11.0-release/sys/dev/sound/isa/
H A Dsb16.c104 static int sb_cmd(struct sb_info *sb, u_char val);
118 * sb_cmd write a single byte to the CMD port.
185 sb_cmd(struct sb_info *sb, u_char val) function
188 printf("sb_cmd: %x\n", val);
629 sb_cmd(sb, DSP_CMD_OUT16);
630 sb_cmd(sb, ch->spd >> 8);
631 sb_cmd(sb, ch->spd & 0xff);
636 sb_cmd(sb, v);
654 sb_cmd(sb, DSP_CMD_IN16);
655 sb_cmd(s
[all...]
H A Dsb8.c93 static int sb_cmd(struct sb_info *sb, u_char val);
109 * sb_cmd write a single byte to the CMD port.
174 sb_cmd(struct sb_info *sb, u_char val) function
177 printf("sb_cmd: %x\n", val);
552 sb_cmd(sb, DSP_CMD_SPKON);
561 sb_cmd(sb, i);
583 sb_cmd(sb, DSP_CMD_DMAEXIT_8);
589 sb_cmd(sb, DSP_CMD_SPKOFF); /* speaker off */
H A Dsbc.c118 static int sb_cmd(struct resource *io, u_char val);
192 sb_cmd(struct resource *io, u_char val) function
238 sb_cmd(io, DSP_CMD_GETVER); /* Get version */
243 sb_cmd(io, DSP_CMD_GETID); /* Return ident. bytes. */

Completed in 65 milliseconds