Home
last modified time | relevance | path

Searched refs:H2_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dhal2.c64 #define H2_BLOCK_SIZE 1024 macro
360 adc->desc[adc->head].cnt = H2_BLOCK_SIZE; in hal2_adc_interrupt()
562 (void *)(codec->buffer + i * H2_BLOCK_SIZE), in hal2_alloc_dmabuf()
563 H2_BLOCK_SIZE, dir); in hal2_alloc_dmabuf()
578 H2_DAC_BUFSIZE / H2_BLOCK_SIZE, in hal2_alloc_dac_dmabuf()
586 H2_ADC_BUFSIZE / H2_BLOCK_SIZE, in hal2_alloc_adc_dmabuf()
587 HPCDMA_XIE | H2_BLOCK_SIZE, in hal2_alloc_adc_dmabuf()
599 H2_BLOCK_SIZE, dir); in hal2_free_dmabuf()
636 buf = &adc->buffer[(adc->tail + 1) * H2_BLOCK_SIZE - tail->cnt]; in hal2_get_buffer()
648 tail->desc.cntinfo = HPCDMA_XIE | H2_BLOCK_SIZE; in hal2_get_buffer()
[all …]