Home | History | Annotate | Download | only in sound

Lines Matching defs:GPR

98 #define GPR(x)		(FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
275 unsigned int gpr_controls; /* count of GPR controls */
287 unsigned int count; /* count of GPR (1..16) */
288 unsigned short gpr[32]; /* GPR number(s) */
301 unsigned short gpr[32];
314 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
315 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */
317 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
318 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */
320 unsigned int gpr_list_control_count; /* count of GPR controls to list */
321 unsigned int gpr_list_control_total; /* total count of GPR controls */
322 struct snd_emu10k1_fx8010_control_gpr __user *gpr_list_controls; /* listed GPR controls */
345 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
346 unsigned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
347 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
348 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
349 unsigned short gpr_trigger; /* GPR containing trigger (activate) information (host) */
350 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */