Searched refs:sb_cmd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/sound/isa/ |
| D | sb16.c | 104 static int sb_cmd(struct sb_info *sb, u_char val); 187 sb_cmd(struct sb_info *sb, u_char val) in sb_cmd() function 631 sb_cmd(sb, DSP_CMD_OUT16); in sb_setup() 632 sb_cmd(sb, ch->spd >> 8); in sb_setup() 633 sb_cmd(sb, ch->spd & 0xff); in sb_setup() 638 sb_cmd(sb, v); in sb_setup() 656 sb_cmd(sb, DSP_CMD_IN16); in sb_setup() 657 sb_cmd(sb, ch->spd >> 8); in sb_setup() 658 sb_cmd(sb, ch->spd & 0xff); in sb_setup() 663 sb_cmd(sb, v); in sb_setup()
|
| D | sb8.c | 93 static int sb_cmd(struct sb_info *sb, u_char val); 174 sb_cmd(struct sb_info *sb, u_char val) in sb_cmd() function 552 sb_cmd(sb, DSP_CMD_SPKON); in sb_start() 561 sb_cmd(sb, i); in sb_start() 583 sb_cmd(sb, DSP_CMD_DMAEXIT_8); in sb_stop() 589 sb_cmd(sb, DSP_CMD_SPKOFF); /* speaker off */ in sb_stop()
|
| D | sbc.c | 120 static int sb_cmd(struct resource *io, u_char val); 194 sb_cmd(struct resource *io, u_char val) in sb_cmd() function 240 sb_cmd(io, DSP_CMD_GETVER); /* Get version */ in sb_identify_board() 245 sb_cmd(io, DSP_CMD_GETID); /* Return ident. bytes. */ in sb_identify_board()
|