Lines Matching refs:PCXHR_OUTPB
37 #define PCXHR_OUTPB(mgr, x, data) outb((data), (mgr)->port[PCXHR_DSP] + (x)) macro
213 PCXHR_OUTPB(mgr, PCXHR_XLX_DATA, in hr222_config_akm()
262 PCXHR_OUTPB(mgr, PCXHR_XLX_DATA, in hr222_set_hw_capture_level()
285 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, in hr222_sub_init()
291 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_sub_init()
372 PCXHR_OUTPB(mgr, PCXHR_XLX_HIFREQ, pllreg >> 8); in hr222_sub_set_clock()
373 PCXHR_OUTPB(mgr, PCXHR_XLX_LOFREQ, pllreg & 0xff); in hr222_sub_set_clock()
377 PCXHR_OUTPB(mgr, PCXHR_XLX_CFG, mgr->xlx_cfg); in hr222_sub_set_clock()
436 PCXHR_OUTPB(mgr, PCXHR_XLX_STATUS, reg); /* calculate freq */ in hr222_get_external_clock()
446 PCXHR_OUTPB(mgr, PCXHR_XLX_STATUS, reg); /* save */ in hr222_get_external_clock()
517 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, reg); in hr222_write_gpo()
529 PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset); in hr222_manage_timecode()
618 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_CFG, chip->mgr->xlx_cfg); in hr222_set_audio_source()
632 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_RUER, idx++); /* idx < 192 */ in hr222_iec958_capture_byte()
654 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_RUER, idx); in hr222_iec958_update_byte()
656 PCXHR_OUTPB(chip->mgr, PCXHR_XLX_CSUER, new_bits&0x01 ? in hr222_iec958_update_byte()
677 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_micro_boost()
689 PCXHR_OUTPB(mgr, PCXHR_XLX_SELMIC, mgr->xlx_selmic); in hr222_phantom_power()