Lines Matching defs:PCXHR_INPB
36 #define PCXHR_INPB(mgr, x) inb((mgr)->port[PCXHR_DSP] + (x))
210 PCXHR_INPB(mgr, PCXHR_XLX_HIFREQ);
218 PCXHR_INPB(mgr, PCXHR_XLX_RUER);
259 PCXHR_INPB(mgr, PCXHR_XLX_DATA); /* activate input codec */
265 PCXHR_INPB(mgr, PCXHR_XLX_RUER); /* close input level codec */
278 reg = PCXHR_INPB(mgr, PCXHR_XLX_STATUS);
429 if ((PCXHR_INPB(mgr, PCXHR_XLX_CSUER) & mask) != mask) {
449 ticks = (unsigned int)PCXHR_INPB(mgr, PCXHR_XLX_CFG);
451 ticks |= (unsigned int)PCXHR_INPB(mgr, PCXHR_DSP_RESET);
499 unsigned char reg = PCXHR_INPB(mgr, PCXHR_XLX_STATUS);
634 if (PCXHR_INPB(chip->mgr, PCXHR_XLX_CSUER) & mask)