ply_ctrl          165 sound/pci/fm801.c 	unsigned short ply_ctrl;
ply_ctrl          376 sound/pci/fm801.c 		chip->ply_ctrl &= ~(FM801_BUF1_LAST |
ply_ctrl          379 sound/pci/fm801.c 		chip->ply_ctrl |= FM801_START |
ply_ctrl          383 sound/pci/fm801.c 		chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE);
ply_ctrl          387 sound/pci/fm801.c 		chip->ply_ctrl |= FM801_PAUSE;
ply_ctrl          391 sound/pci/fm801.c 		chip->ply_ctrl &= ~FM801_PAUSE;
ply_ctrl          398 sound/pci/fm801.c 	fm801_writew(chip, PLY_CTRL, chip->ply_ctrl);
ply_ctrl          457 sound/pci/fm801.c 	chip->ply_ctrl &= ~(FM801_START | FM801_16BIT |
ply_ctrl          461 sound/pci/fm801.c 		chip->ply_ctrl |= FM801_16BIT;
ply_ctrl          463 sound/pci/fm801.c 		chip->ply_ctrl |= FM801_STEREO;
ply_ctrl          465 sound/pci/fm801.c 			chip->ply_ctrl |= FM801_CHANNELS_4;
ply_ctrl          467 sound/pci/fm801.c 			chip->ply_ctrl |= FM801_CHANNELS_6;
ply_ctrl          469 sound/pci/fm801.c 	chip->ply_ctrl |= snd_fm801_rate_bits(runtime->rate) << FM801_RATE_SHIFT;
ply_ctrl          471 sound/pci/fm801.c 	fm801_writew(chip, PLY_CTRL, chip->ply_ctrl);
ply_ctrl          514 sound/pci/fm801.c 	if (!(chip->ply_ctrl & FM801_START))