Lines Matching defs:ply_ctrl
154 * @ply_ctrl: playback control
192 unsigned short ply_ctrl;
403 chip->ply_ctrl &= ~(FM801_BUF1_LAST |
406 chip->ply_ctrl |= FM801_START |
410 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE);
414 chip->ply_ctrl |= FM801_PAUSE;
418 chip->ply_ctrl &= ~FM801_PAUSE;
425 fm801_writew(chip, PLY_CTRL, chip->ply_ctrl);
473 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT |
477 chip->ply_ctrl |= FM801_16BIT;
479 chip->ply_ctrl |= FM801_STEREO;
481 chip->ply_ctrl |= FM801_CHANNELS_4;
483 chip->ply_ctrl |= FM801_CHANNELS_6;
485 chip->ply_ctrl |= snd_fm801_rate_bits(runtime->rate) << FM801_RATE_SHIFT;
487 fm801_writew(chip, PLY_CTRL, chip->ply_ctrl);
530 if (!(chip->ply_ctrl & FM801_START))