PCXHR_INPB 132 sound/pci/pcxhr/pcxhr_core.c *read = PCXHR_INPB(mgr, reg); PCXHR_INPB 535 sound/pci/pcxhr/pcxhr_core.c data = PCXHR_INPB(mgr, PCXHR_DSP_TXH) << 16; PCXHR_INPB 536 sound/pci/pcxhr/pcxhr_core.c data |= PCXHR_INPB(mgr, PCXHR_DSP_TXM) << 8; PCXHR_INPB 537 sound/pci/pcxhr/pcxhr_core.c data |= PCXHR_INPB(mgr, PCXHR_DSP_TXL); PCXHR_INPB 663 sound/pci/pcxhr/pcxhr_core.c data = PCXHR_INPB(mgr, PCXHR_DSP_TXH) << 16; PCXHR_INPB 664 sound/pci/pcxhr/pcxhr_core.c data |= PCXHR_INPB(mgr, PCXHR_DSP_TXM) << 8; PCXHR_INPB 665 sound/pci/pcxhr/pcxhr_core.c data |= PCXHR_INPB(mgr, PCXHR_DSP_TXL);