PCXHR_INPB        120 sound/pci/pcxhr/pcxhr_core.c 		*read = PCXHR_INPB(mgr, reg);
PCXHR_INPB        558 sound/pci/pcxhr/pcxhr_core.c 		data  = PCXHR_INPB(mgr, PCXHR_DSP_TXH) << 16;
PCXHR_INPB        559 sound/pci/pcxhr/pcxhr_core.c 		data |= PCXHR_INPB(mgr, PCXHR_DSP_TXM) << 8;
PCXHR_INPB        560 sound/pci/pcxhr/pcxhr_core.c 		data |= PCXHR_INPB(mgr, PCXHR_DSP_TXL);
PCXHR_INPB        695 sound/pci/pcxhr/pcxhr_core.c 		data  = PCXHR_INPB(mgr, PCXHR_DSP_TXH) << 16;
PCXHR_INPB        696 sound/pci/pcxhr/pcxhr_core.c 		data |= PCXHR_INPB(mgr, PCXHR_DSP_TXM) << 8;
PCXHR_INPB        697 sound/pci/pcxhr/pcxhr_core.c 		data |= PCXHR_INPB(mgr, PCXHR_DSP_TXL);
PCXHR_INPB        210 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_INPB(mgr, PCXHR_XLX_HIFREQ);
PCXHR_INPB        218 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_INPB(mgr, PCXHR_XLX_RUER);
PCXHR_INPB        259 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_INPB(mgr, PCXHR_XLX_DATA);	/* activate input codec */
PCXHR_INPB        265 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_INPB(mgr, PCXHR_XLX_RUER);	/* close input level codec */
PCXHR_INPB        278 sound/pci/pcxhr/pcxhr_mix22.c 	reg = PCXHR_INPB(mgr, PCXHR_XLX_STATUS);
PCXHR_INPB        429 sound/pci/pcxhr/pcxhr_mix22.c 	if ((PCXHR_INPB(mgr, PCXHR_XLX_CSUER) & mask) != mask) {
PCXHR_INPB        449 sound/pci/pcxhr/pcxhr_mix22.c 	ticks = (unsigned int)PCXHR_INPB(mgr, PCXHR_XLX_CFG);
PCXHR_INPB        451 sound/pci/pcxhr/pcxhr_mix22.c 	ticks |= (unsigned int)PCXHR_INPB(mgr, PCXHR_DSP_RESET);
PCXHR_INPB        499 sound/pci/pcxhr/pcxhr_mix22.c 		unsigned char reg = PCXHR_INPB(mgr, PCXHR_XLX_STATUS);
PCXHR_INPB        634 sound/pci/pcxhr/pcxhr_mix22.c 		if (PCXHR_INPB(chip->mgr, PCXHR_XLX_CSUER) & mask)