PCXHR_DSP          57 sound/pci/pcxhr/pcxhr_core.c #define PCXHR_REG_TO_PORT(x)	((x)>PCXHR_DSP_OFFSET_MAX ? PCXHR_PLX : PCXHR_DSP)
PCXHR_DSP          36 sound/pci/pcxhr/pcxhr_mix22.c #define PCXHR_INPB(mgr, x)	inb((mgr)->port[PCXHR_DSP] + (x))
PCXHR_DSP          37 sound/pci/pcxhr/pcxhr_mix22.c #define PCXHR_OUTPB(mgr, x, data) outb((data), (mgr)->port[PCXHR_DSP] + (x))