xlx_cfg           108 sound/pci/pcxhr/pcxhr.h 	unsigned char xlx_cfg;		/* copy of PCXHR_XLX_CFG register */
xlx_cfg           276 sound/pci/pcxhr/pcxhr_mix22.c 	mgr->xlx_cfg = PCXHR_CFG_SYNCDSP_MASK;
xlx_cfg           352 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->xlx_cfg &= ~(PCXHR_CFG_CLOCKIN_SEL_MASK |
xlx_cfg           356 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->xlx_cfg |= PCXHR_CFG_CLOCKIN_SEL_MASK;
xlx_cfg           357 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->xlx_cfg &= ~PCXHR_CFG_CLOCK_UER1_SEL_MASK;
xlx_cfg           363 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->xlx_cfg |= (PCXHR_CFG_CLOCKIN_SEL_MASK |
xlx_cfg           377 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_OUTPB(mgr, PCXHR_XLX_CFG, mgr->xlx_cfg);
xlx_cfg           577 sound/pci/pcxhr/pcxhr_mix22.c 	chip->mgr->xlx_cfg &= ~(PCXHR_CFG_SRC_MASK |
xlx_cfg           582 sound/pci/pcxhr/pcxhr_mix22.c 		chip->mgr->xlx_cfg |= PCXHR_CFG_SRC_MASK;
xlx_cfg           589 sound/pci/pcxhr/pcxhr_mix22.c 		chip->mgr->xlx_cfg |=  PCXHR_CFG_DATAIN_SEL_MASK;
xlx_cfg           592 sound/pci/pcxhr/pcxhr_mix22.c 			chip->mgr->xlx_cfg |= PCXHR_CFG_DATA_UER1_SEL_MASK;
xlx_cfg           618 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_OUTPB(chip->mgr, PCXHR_XLX_CFG, chip->mgr->xlx_cfg);