cap_ctrl          527 arch/alpha/kernel/core_mcpcia.c 	  unsigned int cap_ctrl;
cap_ctrl          557 arch/alpha/kernel/core_mcpcia.c 	  printk("  CAP_CTRL    = %8x\n", iodpp->cap_ctrl);
cap_ctrl          166 sound/pci/fm801.c 	unsigned short cap_ctrl;
cap_ctrl          411 sound/pci/fm801.c 		chip->cap_ctrl &= ~(FM801_BUF1_LAST |
cap_ctrl          414 sound/pci/fm801.c 		chip->cap_ctrl |= FM801_START |
cap_ctrl          418 sound/pci/fm801.c 		chip->cap_ctrl &= ~(FM801_START | FM801_PAUSE);
cap_ctrl          422 sound/pci/fm801.c 		chip->cap_ctrl |= FM801_PAUSE;
cap_ctrl          426 sound/pci/fm801.c 		chip->cap_ctrl &= ~FM801_PAUSE;
cap_ctrl          433 sound/pci/fm801.c 	fm801_writew(chip, CAP_CTRL, chip->cap_ctrl);
cap_ctrl          490 sound/pci/fm801.c 	chip->cap_ctrl &= ~(FM801_START | FM801_16BIT |
cap_ctrl          493 sound/pci/fm801.c 		chip->cap_ctrl |= FM801_16BIT;
cap_ctrl          495 sound/pci/fm801.c 		chip->cap_ctrl |= FM801_STEREO;
cap_ctrl          496 sound/pci/fm801.c 	chip->cap_ctrl |= snd_fm801_rate_bits(runtime->rate) << FM801_RATE_SHIFT;
cap_ctrl          498 sound/pci/fm801.c 	fm801_writew(chip, CAP_CTRL, chip->cap_ctrl);
cap_ctrl          531 sound/pci/fm801.c 	if (!(chip->cap_ctrl & FM801_START))