READ_PORT_ULONG   181 sound/pci/riptide/riptide.c #define READ_AUDIO_CONTROL(p)     READ_PORT_ULONG(p->audio_control)
READ_PORT_ULONG   183 sound/pci/riptide/riptide.c #define UMASK_AUDIO_CONTROL(p,x)  WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_control)|x)
READ_PORT_ULONG   184 sound/pci/riptide/riptide.c #define MASK_AUDIO_CONTROL(p,x)   WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_control)&x)
READ_PORT_ULONG   185 sound/pci/riptide/riptide.c #define READ_AUDIO_STATUS(p)      READ_PORT_ULONG(p->audio_status)
READ_PORT_ULONG   205 sound/pci/riptide/riptide.c #define IS_CMDE(a)        (READ_PORT_ULONG(a->stat)&0x1)	/* cmd empty */
READ_PORT_ULONG   206 sound/pci/riptide/riptide.c #define IS_DATF(a)        (READ_PORT_ULONG(a->stat)&0x2)	/* data filled */
READ_PORT_ULONG   901 sound/pci/riptide/riptide.c 			READ_PORT_ULONG(cmdport->data1);
READ_PORT_ULONG   902 sound/pci/riptide/riptide.c 			READ_PORT_ULONG(cmdport->data2);
READ_PORT_ULONG   914 sound/pci/riptide/riptide.c 					    READ_PORT_ULONG(cmdport->data1);
READ_PORT_ULONG   916 sound/pci/riptide/riptide.c 					    READ_PORT_ULONG(cmdport->data2);