Symbol: PCXHR_OUTPB
sound/pci/pcxhr/pcxhr_core.c
186
PCXHR_OUTPB(mgr, PCXHR_DSP_ICR, reg);
sound/pci/pcxhr/pcxhr_core.c
190
PCXHR_OUTPB(mgr, PCXHR_DSP_CVR, reg);
sound/pci/pcxhr/pcxhr_core.c
250
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, 0);
sound/pci/pcxhr/pcxhr_core.c
252
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, 3);
sound/pci/pcxhr/pcxhr_core.c
356
PCXHR_OUTPB(mgr, PCXHR_DSP_TXH, data[0]);
sound/pci/pcxhr/pcxhr_core.c
357
PCXHR_OUTPB(mgr, PCXHR_DSP_TXM, data[1]);
sound/pci/pcxhr/pcxhr_core.c
358
PCXHR_OUTPB(mgr, PCXHR_DSP_TXL, data[2]);
sound/pci/pcxhr/pcxhr_core.c
383
PCXHR_OUTPB(mgr, PCXHR_DSP_ICR, reg | PCXHR_ICR_HI08_INIT);
sound/pci/pcxhr/pcxhr_core.c
385
PCXHR_OUTPB(mgr, PCXHR_DSP_ICR, reg);
sound/pci/pcxhr/pcxhr_core.c
390
PCXHR_OUTPB(mgr, PCXHR_DSP_ICR, reg);
sound/pci/pcxhr/pcxhr_core.c
641
PCXHR_OUTPB(mgr, PCXHR_DSP_TXH, (data>>16)&0xFF);
sound/pci/pcxhr/pcxhr_core.c
642
PCXHR_OUTPB(mgr, PCXHR_DSP_TXM, (data>>8)&0xFF);
sound/pci/pcxhr/pcxhr_core.c
643
PCXHR_OUTPB(mgr, PCXHR_DSP_TXL, (data&0xFF));
sound/pci/pcxhr/pcxhr_core.c
654
PCXHR_OUTPB(mgr, PCXHR_DSP_TXH, (data>>16)&0xFF);
sound/pci/pcxhr/pcxhr_core.c
655
PCXHR_OUTPB(mgr, PCXHR_DSP_TXM, (data>>8)&0xFF);
sound/pci/pcxhr/pcxhr_core.c
656
PCXHR_OUTPB(mgr, PCXHR_DSP_TXL, (data&0xFF));
sound/pci/pcxhr/pcxhr_core.c
672
PCXHR_OUTPB(mgr, PCXHR_DSP_TXH, (data>>16)&0xFF);
sound/pci/pcxhr/pcxhr_core.c
673
PCXHR_OUTPB(mgr, PCXHR_DSP_TXM, (data>>8)&0xFF);
sound/pci/pcxhr/pcxhr_core.c
674
PCXHR_OUTPB(mgr, PCXHR_DSP_TXL, (data&0xFF));
sound/pci/pcxhr/pcxhr_mix22.c
213
PCXHR_OUTPB(mgr, PCXHR_XLX_DATA,
sound/pci/pcxhr/pcxhr_mix22.c
262
PCXHR_OUTPB(mgr, PCXHR_XLX_DATA,
sound/pci/pcxhr/pcxhr_mix22.c
285
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET,
sound/pci/pcxhr/pcxhr_mix22.c
291
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset);
sound/pci/pcxhr/pcxhr_mix22.c
372
PCXHR_OUTPB(mgr, PCXHR_XLX_HIFREQ, pllreg >> 8);
sound/pci/pcxhr/pcxhr_mix22.c
373
PCXHR_OUTPB(mgr, PCXHR_XLX_LOFREQ, pllreg & 0xff);
sound/pci/pcxhr/pcxhr_mix22.c
377
PCXHR_OUTPB(mgr, PCXHR_XLX_CFG, mgr->xlx_cfg);
sound/pci/pcxhr/pcxhr_mix22.c
436
PCXHR_OUTPB(mgr, PCXHR_XLX_STATUS, reg); /* calculate freq */
sound/pci/pcxhr/pcxhr_mix22.c
446
PCXHR_OUTPB(mgr, PCXHR_XLX_STATUS, reg); /* save */
sound/pci/pcxhr/pcxhr_mix22.c
517
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, reg);
sound/pci/pcxhr/pcxhr_mix22.c
529
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset);
sound/pci/pcxhr/pcxhr_mix22.c
618
PCXHR_OUTPB(chip->mgr, PCXHR_XLX_CFG, chip->mgr->xlx_cfg);
sound/pci/pcxhr/pcxhr_mix22.c
632
PCXHR_OUTPB(chip->mgr, PCXHR_XLX_RUER, idx++); /* idx < 192 */
sound/pci/pcxhr/pcxhr_mix22.c
654
PCXHR_OUTPB(chip->mgr, PCXHR_XLX_RUER, idx);
sound/pci/pcxhr/pcxhr_mix22.c
656
PCXHR_OUTPB(chip->mgr, PCXHR_XLX_CSUER, new_bits&0x01 ?
sound/pci/pcxhr/pcxhr_mix22.c
677
PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic);
sound/pci/pcxhr/pcxhr_mix22.c
689
PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic);