Home
last modified time | relevance | path

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

/sound/pci/pcxhr/
Dpcxhr_mix22.c283 mgr->xlx_cfg = PCXHR_CFG_SYNCDSP_MASK; in hr222_sub_init()
357 mgr->xlx_cfg &= ~(PCXHR_CFG_CLOCKIN_SEL_MASK | in hr222_sub_set_clock()
361 mgr->xlx_cfg |= PCXHR_CFG_CLOCKIN_SEL_MASK; in hr222_sub_set_clock()
362 mgr->xlx_cfg &= ~PCXHR_CFG_CLOCK_UER1_SEL_MASK; in hr222_sub_set_clock()
368 mgr->xlx_cfg |= (PCXHR_CFG_CLOCKIN_SEL_MASK | in hr222_sub_set_clock()
382 PCXHR_OUTPB(mgr, PCXHR_XLX_CFG, mgr->xlx_cfg); in hr222_sub_set_clock()
542 chip->mgr->xlx_cfg &= ~(PCXHR_CFG_SRC_MASK | in hr222_set_audio_source()
547 chip->mgr->xlx_cfg |= PCXHR_CFG_SRC_MASK; in hr222_set_audio_source()
554 chip->mgr->xlx_cfg |= PCXHR_CFG_DATAIN_SEL_MASK; in hr222_set_audio_source()
557 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