Lines Matching refs:READ_PORT_ULONG
166 #define READ_PORT_ULONG(p) inl((unsigned long)&(p))
169 #define READ_AUDIO_CONTROL(p) READ_PORT_ULONG(p->audio_control)
171 #define UMASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_control)|x)
172 #define MASK_AUDIO_CONTROL(p,x) WRITE_PORT_ULONG(p->audio_control,READ_PORT_ULONG(p->audio_control)&x)
173 #define READ_AUDIO_STATUS(p) READ_PORT_ULONG(p->audio_status)
193 #define IS_CMDE(a) (READ_PORT_ULONG(a->stat)&0x1) /* cmd empty */
194 #define IS_DATF(a) (READ_PORT_ULONG(a->stat)&0x2) /* data filled */
865 READ_PORT_ULONG(cmdport->data1);
866 READ_PORT_ULONG(cmdport->data2);
880 READ_PORT_ULONG(cmdport->data1);
882 READ_PORT_ULONG(cmdport->data2);