Home
last modified time | relevance | path

Searched refs:xlx_cfg (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_mix22.c287 mgr->xlx_cfg = PCXHR_CFG_SYNCDSP_MASK; in hr222_sub_init()
362 mgr->xlx_cfg &= ~(PCXHR_CFG_CLOCKIN_SEL_MASK | in hr222_sub_set_clock()
366 mgr->xlx_cfg |= PCXHR_CFG_CLOCKIN_SEL_MASK; in hr222_sub_set_clock()
367 mgr->xlx_cfg &= ~PCXHR_CFG_CLOCK_UER1_SEL_MASK; in hr222_sub_set_clock()
373 mgr->xlx_cfg |= (PCXHR_CFG_CLOCKIN_SEL_MASK | in hr222_sub_set_clock()
387 PCXHR_OUTPB(mgr, PCXHR_XLX_CFG, mgr->xlx_cfg); in hr222_sub_set_clock()
574 chip->mgr->xlx_cfg &= ~(PCXHR_CFG_SRC_MASK | in hr222_set_audio_source()
579 chip->mgr->xlx_cfg |= PCXHR_CFG_SRC_MASK; in hr222_set_audio_source()
586 chip->mgr->xlx_cfg |= PCXHR_CFG_DATAIN_SEL_MASK; in hr222_set_audio_source()
589 chip->mgr->xlx_cfg |= PCXHR_CFG_DATA_UER1_SEL_MASK; in hr222_set_audio_source()
[all …]
Dpcxhr.h125 unsigned char xlx_cfg; /* copy of PCXHR_XLX_CFG register */ member