audio_control     169 sound/pci/riptide/riptide.c #define READ_AUDIO_CONTROL(p)     READ_PORT_ULONG(p->audio_control)
audio_control     170 sound/pci/riptide/riptide.c #define WRITE_AUDIO_CONTROL(p,x)  WRITE_PORT_ULONG(p->audio_control,x)
audio_control     171 sound/pci/riptide/riptide.c #define UMASK_AUDIO_CONTROL(p,x)  WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_control)|x)
audio_control     172 sound/pci/riptide/riptide.c #define MASK_AUDIO_CONTROL(p,x)   WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_control)&x)
audio_control     377 sound/pci/riptide/riptide.c 	u32 audio_control;	/* status registers */