READ_PORT_ULONG 169 sound/pci/riptide/riptide.c #define READ_AUDIO_CONTROL(p) READ_PORT_ULONG(p->audio_control) READ_PORT_ULONG 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) READ_PORT_ULONG 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) READ_PORT_ULONG 173 sound/pci/riptide/riptide.c #define READ_AUDIO_STATUS(p) READ_PORT_ULONG(p->audio_status) READ_PORT_ULONG 193 sound/pci/riptide/riptide.c #define IS_CMDE(a) (READ_PORT_ULONG(a->stat)&0x1) /* cmd empty */ READ_PORT_ULONG 194 sound/pci/riptide/riptide.c #define IS_DATF(a) (READ_PORT_ULONG(a->stat)&0x2) /* data filled */ READ_PORT_ULONG 866 sound/pci/riptide/riptide.c READ_PORT_ULONG(cmdport->data1); READ_PORT_ULONG 867 sound/pci/riptide/riptide.c READ_PORT_ULONG(cmdport->data2); READ_PORT_ULONG 881 sound/pci/riptide/riptide.c READ_PORT_ULONG(cmdport->data1); READ_PORT_ULONG 883 sound/pci/riptide/riptide.c READ_PORT_ULONG(cmdport->data2);