Lines Matching defs:ply_ctrl
152 * @ply_ctrl: playback control
190 unsigned short ply_ctrl;
401 chip->ply_ctrl &= ~(FM801_BUF1_LAST |
404 chip->ply_ctrl |= FM801_START |
408 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE);
412 chip->ply_ctrl |= FM801_PAUSE;
416 chip->ply_ctrl &= ~FM801_PAUSE;
423 fm801_writew(chip, PLY_CTRL, chip->ply_ctrl);
471 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT |
475 chip->ply_ctrl |= FM801_16BIT;
477 chip->ply_ctrl |= FM801_STEREO;
479 chip->ply_ctrl |= FM801_CHANNELS_4;
481 chip->ply_ctrl |= FM801_CHANNELS_6;
483 chip->ply_ctrl |= snd_fm801_rate_bits(runtime->rate) << FM801_RATE_SHIFT;
485 fm801_writew(chip, PLY_CTRL, chip->ply_ctrl);
528 if (!(chip->ply_ctrl & FM801_START))