Lines Matching refs:PCXHR_OUTPB
50 #define PCXHR_OUTPB(mgr, x, data) outb((data), (mgr)->port[PCXHR_DSP] + (x)) macro
226 PCXHR_OUTPB(mgr, PCXHR_XLX_DATA, in hr222_config_akm()
275 PCXHR_OUTPB(mgr, PCXHR_XLX_DATA, in hr222_set_hw_capture_level()
298 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, in hr222_sub_init()
304 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_sub_init()
385 PCXHR_OUTPB(mgr, PCXHR_XLX_HIFREQ, pllreg >> 8); in hr222_sub_set_clock()
386 PCXHR_OUTPB(mgr, PCXHR_XLX_LOFREQ, pllreg & 0xff); in hr222_sub_set_clock()
390 PCXHR_OUTPB(mgr, PCXHR_XLX_CFG, mgr->xlx_cfg); in hr222_sub_set_clock()
449 PCXHR_OUTPB(mgr, PCXHR_XLX_STATUS, reg); /* calculate freq */ in hr222_get_external_clock()
459 PCXHR_OUTPB(mgr, PCXHR_XLX_STATUS, reg); /* save */ in hr222_get_external_clock()
530 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, reg); in hr222_write_gpo()
542 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_manage_timecode()
631 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_CFG, chip->mgr->xlx_cfg); in hr222_set_audio_source()
645 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_RUER, idx++); /* idx < 192 */ in hr222_iec958_capture_byte()
667 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_RUER, idx); in hr222_iec958_update_byte()
669 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_CSUER, new_bits&0x01 ? in hr222_iec958_update_byte()
690 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_micro_boost()
702 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_phantom_power()