Lines Matching defs:buffer
63 #define IPR_MIDITRANSBUFEMPTY 0x00000001 /* MIDI UART transmit buffer empty */
64 #define IPR_MIDIRECVBUFEMPTY 0x00000002 /* MIDI UART receive buffer empty */
71 #define INTE_MIDITXENABLE 0x00000001 /* Enable MIDI transmit-buffer-empty interrupts */
72 #define INTE_MIDIRXENABLE 0x00000002 /* Enable MIDI receive-buffer-empty interrupts */
99 * One list entry for each period in the buffer.
111 #define CAPTURE_BUFFER_SIZE 0x11 /* Capture buffer size */
112 #define CAPTURE_POINTER 0x12 /* Capture buffer pointer. Sample currently in ADC */
625 snd_emu10k1x_ptr_write(emu, CAPTURE_BUFFER_SIZE, 0, frames_to_bytes(runtime, runtime->buffer_size)<<16); // buffer size in bytes
1005 struct snd_info_buffer *buffer)
1012 snd_iprintf(buffer, "Registers:\n\n");
1017 snd_iprintf(buffer, "Register %02X: %08lX\n", i, value);
1019 snd_iprintf(buffer, "\nRegisters\n\n");
1025 snd_iprintf(buffer, "%02X: %08lX %08lX %08lX\n", i, value, value1, value2);
1027 snd_iprintf(buffer, "%02X: %08lX\n", i, value);
1033 struct snd_info_buffer *buffer)
1039 while (!snd_info_get_line(buffer, line, sizeof(line))) {